| Package | Description |
|---|---|
| org.openimaj.image.contour |
| Modifier and Type | Field and Description |
|---|---|
ContourType |
Contour.type
The type of contour
|
| Modifier and Type | Method and Description |
|---|---|
static ContourType |
ContourType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContourType[] |
ContourType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Contour(ContourType type)
Construct a contour with the given type and start at the origin
|
Contour(ContourType type,
int x,
int y)
Construct a contour with the given type and start pixel
|
Contour(ContourType type,
Pixel p)
Construct a contour with the given type and start pixel
|