ImageAnalyzer

abstract class ImageAnalyzer : Analyzer<T>

图像分析器

Author

Jenly

Follow me

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

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

abstract fun analyze(data: Array<Byte>, width: Int, height: Int): Result
分析图像数据