public static enum MorphologicalSegmentation.ResultMode extends Enum<MorphologicalSegmentation.ResultMode>
| Enum Constant and Description | 
|---|
BASINS
display mode showing only color basins 
 | 
LINES
display mode showing only watershed lines in black over white background 
 | 
OVERLAID_BASINS
display mode with transparent color basins on top of original image 
 | 
OVERLAID_DAMS
display mode with watershed dams in red on top of original image 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MorphologicalSegmentation.ResultMode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MorphologicalSegmentation.ResultMode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MorphologicalSegmentation.ResultMode OVERLAID_BASINS
public static final MorphologicalSegmentation.ResultMode OVERLAID_DAMS
public static final MorphologicalSegmentation.ResultMode BASINS
public static final MorphologicalSegmentation.ResultMode LINES
public static MorphologicalSegmentation.ResultMode[] values()
for (MorphologicalSegmentation.ResultMode c : MorphologicalSegmentation.ResultMode.values()) System.out.println(c);
public static MorphologicalSegmentation.ResultMode 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 © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.