public enum TrendDetectorFeatureMode extends Enum<TrendDetectorFeatureMode> implements CmdLineOptionsProvider
Enum Constant and Description |
---|
LOCAL_COLOUR |
SIFT |
Modifier and Type | Method and Description |
---|---|
abstract TrendDetectorFeatureExtractor |
getOptions() |
static TrendDetectorFeatureMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrendDetectorFeatureMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrendDetectorFeatureMode SIFT
public static final TrendDetectorFeatureMode LOCAL_COLOUR
public static TrendDetectorFeatureMode[] values()
for (TrendDetectorFeatureMode c : TrendDetectorFeatureMode.values()) System.out.println(c);
public static TrendDetectorFeatureMode 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 abstract TrendDetectorFeatureExtractor getOptions()
getOptions
in interface CmdLineOptionsProvider