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