public static enum FaceDetectors.AnyBasicFImageDetector extends Enum<FaceDetectors.AnyBasicFImageDetector> implements CmdLineOptionsProvider
FImage
detector. Doesn't include the enhanced
detectors that wrap other detectors.Modifier and Type | Method and Description |
---|---|
abstract FaceDetectors.FaceDetectorProvider<DetectedFace,FImage> |
getOptions() |
static FaceDetectors.AnyBasicFImageDetector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceDetectors.AnyBasicFImageDetector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaceDetectors.AnyBasicFImageDetector Identity
IdentityFaceDetector
public static final FaceDetectors.AnyBasicFImageDetector Haar
HaarCascadeDetector
public static FaceDetectors.AnyBasicFImageDetector[] values()
for (FaceDetectors.AnyBasicFImageDetector c : FaceDetectors.AnyBasicFImageDetector.values()) System.out.println(c);
public static FaceDetectors.AnyBasicFImageDetector 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 FaceDetectors.FaceDetectorProvider<DetectedFace,FImage> getOptions()
getOptions
in interface CmdLineOptionsProvider