Accord.Imaging.Filters.GrayWorld.GrayWorld C# (CSharp) 메소드

GrayWorld() 공개 메소드

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