public static enum ExtendedMinAndMaxPlugin.Operation extends Enum<ExtendedMinAndMaxPlugin.Operation>
| Enum Constant and Description | 
|---|
EXTENDED_MAXIMA
Extended maxima operation 
 | 
EXTENDED_MINIMA
Extended minima operation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ij.process.ImageProcessor | 
apply(ij.process.ImageProcessor image,
     int dynamic)
Applies this operation to the specified image. 
 | 
ij.process.ImageProcessor | 
apply(ij.process.ImageProcessor image,
     int dynamic,
     Connectivity2D connectivity)
Applies this operation to the specified image. 
 | 
ij.process.ImageProcessor | 
apply(ij.process.ImageProcessor image,
     int dynamic,
     int connectivity)
Applies this operation to the specified image. 
 | 
static ExtendedMinAndMaxPlugin.Operation | 
fromLabel(String opLabel)
Determines the operation type from its label. 
 | 
static String[] | 
getAllLabels()
Returns all the labels of this enum. 
 | 
String | 
getSuffix()
Returns the suffix to add to new ImagePlus created with thin
 operation. 
 | 
String | 
toString()  | 
static ExtendedMinAndMaxPlugin.Operation | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ExtendedMinAndMaxPlugin.Operation[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ExtendedMinAndMaxPlugin.Operation EXTENDED_MAXIMA
public static final ExtendedMinAndMaxPlugin.Operation EXTENDED_MINIMA
public static ExtendedMinAndMaxPlugin.Operation[] values()
for (ExtendedMinAndMaxPlugin.Operation c : ExtendedMinAndMaxPlugin.Operation.values()) System.out.println(c);
public static ExtendedMinAndMaxPlugin.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.process.ImageProcessor apply(ij.process.ImageProcessor image,
                                       int dynamic)
image - the image to processdynamic - the dynamic to usepublic ij.process.ImageProcessor apply(ij.process.ImageProcessor image,
                                       int dynamic,
                                       Connectivity2D connectivity)
image - the image to processdynamic - the dynamic to useconnectivity - the connectivity to usepublic ij.process.ImageProcessor apply(ij.process.ImageProcessor image,
                                       int dynamic,
                                       int connectivity)
image - the image to processdynamic - the dynamic to useconnectivity - the connectivity to usepublic String toString()
toString in class Enum<ExtendedMinAndMaxPlugin.Operation>public String getSuffix()
public static String[] getAllLabels()
public static ExtendedMinAndMaxPlugin.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.