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

BottomHat() public method

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

Same methods

BottomHat::BottomHat ( short se ) : System