I read a picture with OpenCV and Python. I convert it from BGR
to YUV
color space.
Now I change the values of U
and V
of each pixel: will Y
be automatically update ? Or have I to set it programmatically too ?
1 | initial version |
I read a picture with OpenCV and Python. I convert it from BGR
to YUV
color space.
Now I change the values of U
and V
of each pixel: will Y
be automatically update ? Or have I to set it programmatically too ?