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

Kuwahara() public method

Initializes a new instance of the Kuwahara class.
public Kuwahara ( ) : System
return System
        public Kuwahara()
        {
            formatTranslations = new Dictionary<PixelFormat, PixelFormat>();
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }