- The face detector contour mode that determines the type of contour results returned by detection.
- Defaults to FaceDetectorContourMode.none.
-
- The following detection results are returned when setting this mode to .all:
-
- performanceMode set to .fast, and both classificationMode
- and landmarkMode set to
- .none, then only the prominent face will be returned with detected contours.
-
- performanceMode set to .accurate, or if classificationMode
- or landmarkMode is set to
- .all, then all detected faces will be returned, but only the prominent face will have
- detecteted contours.
-