CommonAnalyzer

abstract class CommonAnalyzer<T> : Analyzer<T>

通用分析器:将相机预览帧数据分析的通用业务进行统一处理,从而简化各子类的实现;(适用于MLKit各个字库)

Author

Jenly

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun analyze(@NonNull imageProxy: ImageProxy, @NonNull listener: Analyzer.OnAnalyzeListener<T>)