public static enum MorphologyAnalyzer2DInProData.SegmentType extends Enum<MorphologyAnalyzer2DInProData.SegmentType>
| Enum Constant and Description |
|---|
INDENTATION
Indentation, i.e. a convex segment along a region's contour.
|
PROTRUSION
Protrusion, i.e. a concave segment along a region's contour.
|
| Modifier and Type | Method and Description |
|---|---|
static MorphologyAnalyzer2DInProData.SegmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MorphologyAnalyzer2DInProData.SegmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MorphologyAnalyzer2DInProData.SegmentType INDENTATION
public static final MorphologyAnalyzer2DInProData.SegmentType PROTRUSION
public static MorphologyAnalyzer2DInProData.SegmentType[] values()
for (MorphologyAnalyzer2DInProData.SegmentType c : MorphologyAnalyzer2DInProData.SegmentType.values()) System.out.println(c);
public static MorphologyAnalyzer2DInProData.SegmentType 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.