YUV color space: modifying U and V without Y ?
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 ?