Ask Your Question

Revision history [back]

If you use OpenCV functions for getting HSV image, then the order of components is the same as in color space name: H, S, V. You can see color conversion functions source code in modules/imgproc/src/color.cpp:798.