FaceDetector

interface FaceDetector

Face Detector component.

Types

Link copied to clipboard
data class Result

Detection result.

Functions

Link copied to clipboard
abstract fun detect(bgraRawImage: BgraRawImage): FaceDetector.Result

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