Skip to content
logo
Supervisely SDK for Python
SkeletonizeMethod
Initializing search
    Supervisely
    Supervisely
      • SDK Reference
        • Annotation
        • API
        • Video API
        • Volume API
        • Pointcloud API
        • Augmentation
        • Collection
        • Decorators
        • Geometry
          • AnyGeometry
          • Bitmap
          • SkeletonizeMethod
            • CSkeletonizeMethod
              • AMEDIAL_AXIS
              • ASKELETONIZE
              • ATHINNING
          • BitmapBase
          • Cuboid
          • CuboidFace
          • Cuboid3d
          • Vector3d
          • Geometry
          • Point
          • Point3d
          • PointLocation
          • Polygon
          • Polyline
          • Rectangle
          • ImageRotator
          • VectorGeometry
          • Node
          • GraphNodes
        • Imaging
        • IO
        • Labeling Jobs
        • Pointcloud
        • Pointcloud Annotation
        • Pointcloud Episodes
        • Project
        • Task
        • User
        • Video
        • Video Annotation
        • Volume
        • Volume Annotation
      • Public REST API ⬀
      • Supervisely GitHub ⬀
      • Supervisely Ecosystem ⬀
      • Supervisely Developer ⬀
      • Slack
      • YouTube
    • CSkeletonizeMethod
      • AMEDIAL_AXIS
      • ASKELETONIZE
      • ATHINNING

    SkeletonizeMethod¶

    class SkeletonizeMethod[source]¶

    Bases: enum.Enum

    Specifies possible skeletonization methods of Bitmap.

    Attributes

    SKELETONIZE

    MEDIAL_AXIS

    THINNING

    MEDIAL_AXIS = 1¶
    SKELETONIZE = 0¶
    THINNING = 2¶
    Back to top
    Previous Bitmap
    Next BitmapBase
    © Copyright 2023, Supervisely Team.