Class ContourPacked

java.lang.Object
boofcv.alg.filter.binary.ContourPacked

public class ContourPacked extends Object
Internal and externals contours for a binary blob with the actual points stored in a PackedSetsPoint2D_I32. The set of points in each contour list are ordered in CW or CCW directions.
  • Field Details

    • id

      public int id
      ID of blob in the image. Pixels belonging to this blob in the labeled image will have this pixel value.
    • externalIndex

      public int externalIndex
      Index in the packed list of the external contour
    • internalIndexes

      public DogArray_I32 internalIndexes
      Index for each internal contour
  • Constructor Details

    • ContourPacked

      public ContourPacked()
  • Method Details