public static enum ContourOnLabeledComponents.ContourType extends Enum<ContourOnLabeledComponents.ContourType>
| Enum Constant and Description |
|---|
INNER_CONTOUR
Only inner contours will be segmented.
|
OUT_IN_CONTOUR
Outer as well as inner contours will be segmented.
|
OUTER_CONTOUR
Only outer contours will be segmented.
|
| Modifier and Type | Method and Description |
|---|---|
static ContourOnLabeledComponents.ContourType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContourOnLabeledComponents.ContourType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContourOnLabeledComponents.ContourType OUTER_CONTOUR
public static final ContourOnLabeledComponents.ContourType INNER_CONTOUR
public static final ContourOnLabeledComponents.ContourType OUT_IN_CONTOUR
public static ContourOnLabeledComponents.ContourType[] values()
for (ContourOnLabeledComponents.ContourType c : ContourOnLabeledComponents.ContourType.values()) System.out.println(c);
public static ContourOnLabeledComponents.ContourType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.