Package boofcv.alg.feature.detect.edge
Class EdgeSegment
java.lang.Object
boofcv.alg.feature.detect.edge.EdgeSegment
A list of connected points along an edge. Points are in consecutive order.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintindex of this segment in the list.intwhich segment did this spawn fromintwhich pixel in the segment did it spawn fromList of pixels in this segment -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
public int indexindex of this segment in the list. used for book keeping during construction -
parent
public int parentwhich segment did this spawn from -
parentPixel
public int parentPixelwhich pixel in the segment did it spawn from -
points
List of pixels in this segment
-
-
Constructor Details
-
EdgeSegment
public EdgeSegment()
-
-
Method Details
-
reset
public void reset()
-