|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OrientedFilter2DBatchAnalyzer.JoinMode>
de.unihalle.informatik.MiToBo.filters.linear.anisotropic.OrientedFilter2DBatchAnalyzer.JoinMode
public static enum OrientedFilter2DBatchAnalyzer.JoinMode
Method for joining the results from the various orientations.
Enum Constant Summary | |
---|---|
JOIN_MAXIMUM
Result is the pixel-wise maximum over all orientations. |
|
JOIN_PRODUCT
Result is the pixel-wise product over all orientations. |
Method Summary | |
---|---|
static OrientedFilter2DBatchAnalyzer.JoinMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OrientedFilter2DBatchAnalyzer.JoinMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OrientedFilter2DBatchAnalyzer.JoinMode JOIN_MAXIMUM
public static final OrientedFilter2DBatchAnalyzer.JoinMode JOIN_PRODUCT
Prior to joining the responses they are all normalized to a common interval of [0,1]. Note that this might cause problems if the filter responses also include negative values.
Method Detail |
---|
public static OrientedFilter2DBatchAnalyzer.JoinMode[] values()
for (OrientedFilter2DBatchAnalyzer.JoinMode c : OrientedFilter2DBatchAnalyzer.JoinMode.values()) System.out.println(c);
public static OrientedFilter2DBatchAnalyzer.JoinMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |