FaceMeshDetectionAnalyzer

open class FaceMeshDetectionAnalyzer(options: FaceMeshDetectorOptions? = null) : CommonAnalyzer<List<FaceMesh>>

人脸网格检测分析器

Author

Jenly

Follow me

Constructors

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

Functions

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