public class EdgeSegment
extends java.lang.Object
| 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<georegression.struct.point.Point2D_I32> |
points
List of pixels in this segment
|
| Constructor and Description |
|---|
EdgeSegment() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
public int index
public int parent
public int parentPixel
public java.util.List<georegression.struct.point.Point2D_I32> points