public static abstract @interface FaceDetectorOptions.ContourMode implements Annotation
Defines options to enable face contours or not. Processing time increases as the number of contours to search.
ContourMode constants - enumeration of supported Contour Mode:
Inherited Method Summary
abstract Class<? extends Annotation> |
annotationType()
|
abstract boolean |
equals(Object arg0)
|
abstract int |
hashCode()
|
abstract String |
toString()
|