Rgb2GrayConvertion

RGB to Grayscale convertion strategy.

Values

ValueMeaning
MEAN

Mean the RGB values and assign to gray.

LUMINANCE_PRESERVE

Use luminance preservation (0.2126R + 0.715G + 0.0722B).

Meta