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

AdaptiveSmoothing() public method

Initializes a new instance of the AdaptiveSmoothing class.
public AdaptiveSmoothing ( ) : System
return System
        public AdaptiveSmoothing()
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
        }

Same methods

AdaptiveSmoothing::AdaptiveSmoothing ( double factor ) : System