First time here? Check out the FAQ!
answered 2013-01-16 05:01:47 -0600
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.