boofcv.alg.feature.detect.edge
Class EdgeSegment
- java.lang.Object
-
- boofcv.alg.feature.detect.edge.EdgeSegment
-
public class EdgeSegment extends java.lang.ObjectA list of connected points along an edge. Points are in consecutive order.
-
-
Field Summary
Fields Modifier and Type Field and Description intindexindex of this segment in the list.intparentwhich segment did this spawn fromintparentPixelwhich pixel in the segment did it spawn fromjava.util.List<Point2D_I32>pointsList 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 voidreset()
-
-
-
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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG