public enum GeodesicReconstructionType extends Enum<GeodesicReconstructionType>
| Enum Constant and Description | 
|---|
BY_DILATION
morphological reconstruction by dilation 
 | 
BY_EROSION
morphological reconstruction by erosion 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getSign()
Returns the sign that can be used in algorithms generic for dilation 
 and erosion. 
 | 
static GeodesicReconstructionType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GeodesicReconstructionType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GeodesicReconstructionType BY_DILATION
public static final GeodesicReconstructionType BY_EROSION
public static GeodesicReconstructionType[] values()
for (GeodesicReconstructionType c : GeodesicReconstructionType.values()) System.out.println(c);
public static GeodesicReconstructionType 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 nullpublic int getSign()
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.