Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

YUV values in grayscale images

YUV color space equations are done by:

image description

This leads to:

Y=(0.492*B - U)/0.492
Y=(0.877*R - V)/0.877

In the case of a grayscale image, U = V = 0. This means (by replacing in the equations above) Y= R= B. What does this means ? That Blue and Red colors are the same ?