What is the order of YUV colors in OpenCV ?
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 ?
Have a look here the order should be as it is