Documentation of 'boofcv.alg.feature.detect.edge.EdgeSegment' Java class
EdgeSegment
boofcv.alg.feature.detect.edge

Class EdgeSegment



  • public class EdgeSegment
    extends java.lang.Object
    A list of connected points along an edge. Points are in consecutive order.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int index
      index of this segment in the list.
      int parent
      which segment did this spawn from
      int parentPixel
      which pixel in the segment did it spawn from
      java.util.List<Point2D_I32> points
      List of pixels in this segment
    • Constructor Summary

      Constructors 
      Constructor and Description
      EdgeSegment() 
    • Method Summary

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

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

      • index

        public int index
        index of this segment in the list. used for book keeping during construction
      • parent

        public int parent
        which segment did this spawn from
      • parentPixel

        public int parentPixel
        which pixel in the segment did it spawn from
      • points

        public java.util.List<Point2D_I32> points
        List of pixels in this segment
    • Constructor Detail

      • EdgeSegment

        public EdgeSegment()
    • Method Detail

      • reset

        public void reset()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.