Documentation of 'boofcv.alg.filter.binary.Contour' Java class
Contour
boofcv.alg.filter.binary

Class Contour



  • public class Contour
    extends java.lang.Object
    Internal and externals contours for a binary blob. The set of points in each contour list are ordered in CW or CCW directions.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.util.List<Point2D_I32> external
      External contour around the blob.
      int id
      ID of blob in the image.
      java.util.List<java.util.List<Point2D_I32>> internal
      Internal contours that are inside the blob.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Contour() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Contour copy() 
      void reset() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

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

        public java.util.List<Point2D_I32> external
        External contour around the blob.
      • internal

        public java.util.List<java.util.List<Point2D_I32>> internal
        Internal contours that are inside the blob.
    • Constructor Detail

      • Contour

        public Contour()
    • Method Detail

      • reset

        public void reset()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.