AForge.Imaging.Filters.OtsuThreshold.OtsuThreshold C# (CSharp) Method

OtsuThreshold() public method

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