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

SimpleSkeletonization() public method

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

Same methods

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