Accord.Imaging.Filters.GrayWorld.GrayWorld C# (CSharp) Method

GrayWorld() public method

Initializes a new instance of the GrayWorld class.
public GrayWorld ( ) : System.Collections.Generic
return System.Collections.Generic
        public GrayWorld()
        {
            formatTranslations = new Dictionary<PixelFormat, PixelFormat>();
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }