Color - Gray Scale Conversions
- GrayToRGB
Coverts a gray scale image to RGB/BGR by copying luminance component to color components.
- RGBToGray
Converts an RGB image to gray scale using fixed transform coefficients.
- ColorToGray
Converts an RGB image to gray scale using custom transform coefficients.
- CFAToBGRA
Restores the RGB image from the gray-scale CFA image using the VNG algorithm.
- CFAToRGB
Restores the RGB image from the gray-scale CFA image.
- DemosaicAHD
Restores the RGB image from the gray-scale CFA image using AHD algorithm.