PoseDetectionAnalyzer

open class PoseDetectionAnalyzer(options: PoseDetectorOptionsBase? = null) : CommonAnalyzer<Pose>

姿势检测分析器

Author

Jenly

Follow me

Constructors

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

Functions

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