Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV doesn't record the colorspace of an image in the image itself, so imshow has no way of knowing what colorspace you are working in. So what is most likely happening is imshow() is taking the HSV values and interpreting them as RGB/BGR, which would produce some significantly different effect. That's my guess anyways.