FaceDetectorOptions.ContourMode

  • FaceDetectorOptions.ContourMode defines whether or not to enable face contours, impacting processing time.

  • Two contour modes are available: CONTOUR_MODE_NONE and CONTOUR_MODE_ALL.

  • Processing time increases with the number of contours to search.

  • It inherits methods from java.lang.annotation.Annotation like annotationType(), equals(), hashCode(), and toString().

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:

  1. FaceDetectorOptions.CONTOUR_MODE_NONE
  2. FaceDetectorOptions.CONTOUR_MODE_ALL

Inherited Method Summary