FaceDetectionAnalyzer

open class FaceDetectionAnalyzer(options: FaceDetectorOptions? = null) : CommonAnalyzer<List<Face>>

人脸检测分析器

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(options: FaceDetectorOptions? = null)

Functions

Link copied to clipboard
open override fun analyze(imageProxy: ImageProxy, listener: Analyzer.OnAnalyzeListener<List<Face>>)