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

Threshold() public method

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

Same methods

Threshold::Threshold ( int threshold ) : System