public static enum OpenCVFilterFaceDetect2.RecognizerType extends java.lang.Enum<OpenCVFilterFaceDetect2.RecognizerType>
Modifier and Type | Method and Description |
---|---|
static OpenCVFilterFaceDetect2.RecognizerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenCVFilterFaceDetect2.RecognizerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenCVFilterFaceDetect2.RecognizerType FISHER
public static final OpenCVFilterFaceDetect2.RecognizerType EIGEN
public static final OpenCVFilterFaceDetect2.RecognizerType LBPH
public static OpenCVFilterFaceDetect2.RecognizerType[] values()
for (OpenCVFilterFaceDetect2.RecognizerType c : OpenCVFilterFaceDetect2.RecognizerType.values()) System.out.println(c);
public static OpenCVFilterFaceDetect2.RecognizerType 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 null