Relative Content

Tag Archive for copencvcomputer-visiongtkcairo

What is the best way to draw an CV_8UC1 matrix image with Cairo?

I have a matrix image in the format CV_8UC1, i.e. one byte per pixel of monochrome image data. I need to draw this matrix image using Cairo, i.e. to a Gtk drawing area. Speed is critical, as this image will update quickly and I need to redraw very fast.