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
Modifier and TypeFieldDescriptionint
index of this segment in the list.int
which segment did this spawn fromint
which pixel in the segment did it spawn fromList of pixels in this segment -
Constructor Summary
-
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()
-