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 ?
1 | initial version |
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 ?