AForge.Imaging.Filters.HorizontalRunLengthSmoothing.HorizontalRunLengthSmoothing C# (CSharp) Méthode

HorizontalRunLengthSmoothing() public méthode

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

Same methods

HorizontalRunLengthSmoothing::HorizontalRunLengthSmoothing ( int maxGapSize ) : System