AForge.Imaging.Filters.VerticalRunLengthSmoothing.VerticalRunLengthSmoothing C# (CSharp) Method

VerticalRunLengthSmoothing() public method

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

Same methods

VerticalRunLengthSmoothing::VerticalRunLengthSmoothing ( int maxGapSize ) : System