AForge.Imaging.Filters.VerticalRunLengthSmoothing.VerticalRunLengthSmoothing C# (CSharp) Метод

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

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

Same methods

VerticalRunLengthSmoothing::VerticalRunLengthSmoothing ( int maxGapSize ) : System