public static enum PaCeQuant.OperatorPhasesToRun extends Enum<PaCeQuant.OperatorPhasesToRun>
Enum Constant and Description |
---|
FEATURES_ONLY
Only features are extracted.
|
SEGMENTATION_AND_FEATURES
Segmentation and feature extraction are both done.
|
SEGMENTATION_ONLY
Only segmentation is performed on the input images.
|
Modifier and Type | Method and Description |
---|---|
static PaCeQuant.OperatorPhasesToRun |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaCeQuant.OperatorPhasesToRun[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaCeQuant.OperatorPhasesToRun SEGMENTATION_AND_FEATURES
public static final PaCeQuant.OperatorPhasesToRun SEGMENTATION_ONLY
public static final PaCeQuant.OperatorPhasesToRun FEATURES_ONLY
public static PaCeQuant.OperatorPhasesToRun[] values()
for (PaCeQuant.OperatorPhasesToRun c : PaCeQuant.OperatorPhasesToRun.values()) System.out.println(c);
public static PaCeQuant.OperatorPhasesToRun 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.