public static enum DataParameters.Hough extends java.lang.Enum<DataParameters.Hough> implements DataParameters.Any
Enum Constant and Description |
---|
image |
minmean |
orientations |
sigma |
Modifier and Type | Method and Description |
---|---|
int |
type() |
static DataParameters.Hough |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataParameters.Hough[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final DataParameters.Hough image
public static final DataParameters.Hough orientations
public static final DataParameters.Hough sigma
public static final DataParameters.Hough minmean
public static DataParameters.Hough[] values()
for (DataParameters.Hough c : DataParameters.Hough.values()) System.out.println(c);
public static DataParameters.Hough valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int type()
type
in interface DataParameters.Any