AForge.Imaging.Filters.OtsuThreshold.OtsuThreshold C# (CSharp) 메소드

OtsuThreshold() 공개 메소드

Initializes a new instance of the OtsuThreshold class.
public OtsuThreshold ( ) : System
리턴 System
        public OtsuThreshold( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }