AForge.Imaging.Filters.SimpleSkeletonization.SimpleSkeletonization C# (CSharp) 메소드

SimpleSkeletonization() 공개 메소드

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

Same methods

SimpleSkeletonization::SimpleSkeletonization ( byte bg, byte fg ) : System