Introduction - If you have any usage issues, please Google them yourself
//the three-channel image is decomposed into 3 single channel image, the corresponding channel 0 H, S, V is the corresponding channel 1 and 2
//cvCvtPixToPlane (picHSV, h_plane s_plane, v_plane, 0).