public static enum NucleusDetector2D.NuclDetectMode extends Enum<NucleusDetector2D.NuclDetectMode>
Enum Constant and Description |
---|
CONTRAST_ANALYSIS
Detection based on prior local contrast enhancement.
|
NIBLACK
Nucleus detection by Niblack thresholding.
|
OTSU_ERODEDILATE
Nucleus detection by Otsu thresholding and erosion/dilation.
|
OTSU_OPENCLOSE
Nucleus detection by Otsu thresholding and opening/closing.
|
Modifier and Type | Method and Description |
---|---|
static NucleusDetector2D.NuclDetectMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NucleusDetector2D.NuclDetectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NucleusDetector2D.NuclDetectMode OTSU_OPENCLOSE
public static final NucleusDetector2D.NuclDetectMode OTSU_ERODEDILATE
public static final NucleusDetector2D.NuclDetectMode NIBLACK
public static final NucleusDetector2D.NuclDetectMode CONTRAST_ANALYSIS
public static NucleusDetector2D.NuclDetectMode[] values()
for (NucleusDetector2D.NuclDetectMode c : NucleusDetector2D.NuclDetectMode.values()) System.out.println(c);
public static NucleusDetector2D.NuclDetectMode 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.