ObjectDetectionAnalyzer
open class ObjectDetectionAnalyzer(options: ObjectDetectorOptionsBase? = null) : CommonAnalyzer<List<DetectedObject>>
对象检测分析器
Author
Functions
Link copied to clipboard
open override fun analyze(imageProxy: ImageProxy, listener: Analyzer.OnAnalyzeListener<List<DetectedObject>>)