public static enum ImgTophat.tophatMode extends Enum<ImgTophat.tophatMode>
Enum Constant and Description |
---|
GWM_TOPHAT_CONCAVE
Top hat operator for dark 'valleys' in bright ground.
|
GWM_TOPHAT_CONVEX
Top hat operator for bright 'mountains' on dark ground.
|
Modifier and Type | Method and Description |
---|---|
static ImgTophat.tophatMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImgTophat.tophatMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImgTophat.tophatMode GWM_TOPHAT_CONVEX
public static final ImgTophat.tophatMode GWM_TOPHAT_CONCAVE
public static ImgTophat.tophatMode[] values()
for (ImgTophat.tophatMode c : ImgTophat.tophatMode.values()) System.out.println(c);
public static ImgTophat.tophatMode 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.