public static enum RegionalMinAndMax3DPlugin.Operation extends Enum<RegionalMinAndMax3DPlugin.Operation>
| Enum Constant and Description | 
|---|
REGIONAL_MAXIMA
Regional maxima 
 | 
REGIONAL_MINIMA
Regional minima 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ij.ImageStack | 
apply(ij.ImageStack image,
     int connectivity)
Process to image given as argument. 
 | 
static RegionalMinAndMax3DPlugin.Operation | 
fromLabel(String opLabel)
Determines the operation type from its label. 
 | 
static String[] | 
getAllLabels()
Returns all the labels for this enumeration. 
 | 
String | 
getSuffix()
Returns the suffix added to processed images. 
 | 
String | 
toString()  | 
static RegionalMinAndMax3DPlugin.Operation | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RegionalMinAndMax3DPlugin.Operation[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final RegionalMinAndMax3DPlugin.Operation REGIONAL_MAXIMA
public static final RegionalMinAndMax3DPlugin.Operation REGIONAL_MINIMA
public static RegionalMinAndMax3DPlugin.Operation[] values()
for (RegionalMinAndMax3DPlugin.Operation c : RegionalMinAndMax3DPlugin.Operation.values()) System.out.println(c);
public static RegionalMinAndMax3DPlugin.Operation 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 ij.ImageStack apply(ij.ImageStack image,
                           int connectivity)
image - the image to processconnectivity - the connectivity to usepublic String toString()
toString in class Enum<RegionalMinAndMax3DPlugin.Operation>public String getSuffix()
public static String[] getAllLabels()
public static RegionalMinAndMax3DPlugin.Operation fromLabel(String opLabel)
opLabel - the name of the operationIllegalArgumentException - if operation name is not recognized.Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.