GrayscaleCommonAlgorithmsBT709 Field |
Namespace: Accord.Imaging.Filters
The instance uses BT709 algorithm to convert color image to grayscale. The conversion coefficients are:
Sample usage:
// apply the filter
Bitmap grayImage = Grayscale.CommonAlgorithms.BT709.Apply( image );