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

SimpleSkeletonization() public méthode

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

Same methods

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