What is the order of YUV colors in OpenCV ?

asked 2015-03-06 13:57:46 -0600

begueradj gravatar image

When we read a picture in OpenCV the colors order becomes BGR instead of RGB. This is important to know.

Now when we transform a picture in OpenCV to YUV color space: what is the order of these channels in OpenCV ?

edit retag flag offensive close merge delete

Comments

Have a look here the order should be as it is

theodore gravatar imagetheodore ( 2015-03-08 07:28:24 -0600 )edit