public static enum RootImageSegmentationOperator.OpWorkingMode extends Enum<RootImageSegmentationOperator.OpWorkingMode>
Enum Constant and Description |
---|
SEGMENTATION_CREATE
Creates completely new annotations and segmentation results, respectively,
which have nothing to do with the input treelines anymore.
|
SEGMENTATION_CREATE_AND_UPDATE
Updates existing treelines, but may also add some new.
|
SEGMENTATION_UPDATE
Modifies given treelines and does not create any new treelines.
|
Modifier and Type | Method and Description |
---|---|
static RootImageSegmentationOperator.OpWorkingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RootImageSegmentationOperator.OpWorkingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootImageSegmentationOperator.OpWorkingMode SEGMENTATION_CREATE
public static final RootImageSegmentationOperator.OpWorkingMode SEGMENTATION_UPDATE
public static final RootImageSegmentationOperator.OpWorkingMode SEGMENTATION_CREATE_AND_UPDATE
public static RootImageSegmentationOperator.OpWorkingMode[] values()
for (RootImageSegmentationOperator.OpWorkingMode c : RootImageSegmentationOperator.OpWorkingMode.values()) System.out.println(c);
public static RootImageSegmentationOperator.OpWorkingMode 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.