SkeletonizeMethod¶ class SkeletonizeMethod(*values)[source]¶ Bases: Enum Specifies possible skeletonization methods of Bitmap. Attributes SKELETONIZE MEDIAL_AXIS THINNING MEDIAL_AXIS = 1¶ SKELETONIZE = 0¶ THINNING = 2¶