Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ImageRGBToYUV node converts RGB color images to the YUV color space. It takes an RGB image as input and separates it into three distinct channels: Y (luminance), U (blue projection), and V (red projection). Each output channel is returned as a separate grayscale image representing the corresponding YUV component.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input RGB image to be converted to YUV color space

Outputs

Output NameData TypeDescription
YIMAGEThe luminance (brightness) component of the YUV color space
UIMAGEThe blue projection component of the YUV color space
VIMAGEThe red projection component of the YUV color space