Accord.Imaging.Filters.ConservativeSmoothing.ConservativeSmoothing C# (CSharp) Метод

ConservativeSmoothing() публичный Метод

Initializes a new instance of the ConservativeSmoothing class.
public ConservativeSmoothing ( ) : System
Результат System
        public ConservativeSmoothing()
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppRgb] = PixelFormat.Format32bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }

Same methods

ConservativeSmoothing::ConservativeSmoothing ( int size ) : System