FaceDetector

interface FaceDetector

Face Detector component.

Functions

Link copied to clipboard
abstract fun detect(faceImage: FaceImage, maximumFaces: Int): List<DetectedFace>

Detect faces in the image. This operation should be called on a background thread.