First time here? Check out the FAQ!
answered 2018-06-20 14:57:02 -0600
No read cvtColor doc it is :
cvtColor(src, gray,COLOR_BGR2GRAY ); cvtColor(src, hsv, COLOR_BGR2HSV); cvtColor(src, ycrcb, COLOR_BGR2YCrCb );
All docs are here and you can find tutorials in doc too