public class EdgeSegment extends 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
|
List<georegression.struct.point.Point2D_I32> |
points
List of pixels in this segment
|
| Constructor and Description |
|---|
EdgeSegment() |
public int index
public int parent
public int parentPixel
public List<georegression.struct.point.Point2D_I32> points
Copyright © 2013. All Rights Reserved.