FaceDetectorOptions.ContourMode

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