public class Contour
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<georegression.struct.point.Point2D_I32> |
external
External contour around the blob.
|
int |
id
ID of blob in the image.
|
java.util.List<java.util.List<georegression.struct.point.Point2D_I32>> |
internal
Internal contours that are inside the blob.
|
| Constructor and Description |
|---|
Contour() |
| Modifier and Type | Method and Description |
|---|---|
Contour |
copy() |
void |
reset() |
public int id
public java.util.List<georegression.struct.point.Point2D_I32> external
public java.util.List<java.util.List<georegression.struct.point.Point2D_I32>> internal
public void reset()
public Contour copy()