public static enum BasicMorphology.opMode extends Enum<BasicMorphology.opMode>
Enum Constant and Description |
---|
BLACK_TOPHAT |
CLOSE |
DILATE |
ERODE |
MORPH_GRADIENT |
OPEN |
WHITE_TOPHAT |
Modifier and Type | Method and Description |
---|---|
static BasicMorphology.opMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicMorphology.opMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicMorphology.opMode DILATE
public static final BasicMorphology.opMode ERODE
public static final BasicMorphology.opMode CLOSE
public static final BasicMorphology.opMode OPEN
public static final BasicMorphology.opMode MORPH_GRADIENT
public static final BasicMorphology.opMode WHITE_TOPHAT
public static final BasicMorphology.opMode BLACK_TOPHAT
public static BasicMorphology.opMode[] values()
for (BasicMorphology.opMode c : BasicMorphology.opMode.values()) System.out.println(c);
public static BasicMorphology.opMode 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–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.