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

VerticalRunLengthSmoothing() public méthode

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

Same methods

VerticalRunLengthSmoothing::VerticalRunLengthSmoothing ( int maxGapSize ) : System