Automatic color channel usage determination based on image pixel format and scene.
Automatic color channel usage determination based on image pixel format and scene.
Use only the blue channel for processing in RGB images.
Use only the green channel for processing in RGB images.
Use only the red channel for processing in RGB images.
Use only the Y (luminance) channel for processing in images represented in the NV21 format.
Enumerates the different ways color channels can be utilized in image processing. This allows for flexible image analysis and manipulation by specifying how color data should be handled.
See