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

HorizontalRunLengthSmoothing() public method

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

Same methods

HorizontalRunLengthSmoothing::HorizontalRunLengthSmoothing ( int maxGapSize ) : System