public static enum StromulesDetector2D.DetectMode extends Enum<StromulesDetector2D.DetectMode>
Enum Constant and Description |
---|
DETECT_MULTICUE
Detection based on combining various statistical cues.
|
DETECT_RIDGE
Detection based on local ridge detection using Steger's approach.
|
Modifier and Type | Method and Description |
---|---|
static StromulesDetector2D.DetectMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StromulesDetector2D.DetectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StromulesDetector2D.DetectMode DETECT_MULTICUE
public static final StromulesDetector2D.DetectMode DETECT_RIDGE
public static StromulesDetector2D.DetectMode[] values()
for (StromulesDetector2D.DetectMode c : StromulesDetector2D.DetectMode.values()) System.out.println(c);
public static StromulesDetector2D.DetectMode 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.