ObjectDetectionAnalyzer

open class ObjectDetectionAnalyzer(options: ObjectDetectorOptionsBase? = null) : CommonAnalyzer<List<DetectedObject>>

对象检测分析器

Author

Jenly

Follow me

Constructors

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

Functions

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