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