Recognizer

open class Recognizer : Closeable

Recognizer

Constructors

Link copied to clipboard
constructor()

Create empty Recognizer

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard

Detections

Link copied to clipboard
open fun feedRgba(width: Int, height: Int, rowStride: Int, rotationDegrees: Int, rgba: ByteArray)

Feed RGBA

Link copied to clipboard
open fun feedYuv(width: Int, height: Int, rowStride: Int, rotationDegrees: Int, yuv: ByteArray)

Feed YUV

Link copied to clipboard
open fun remove()

Remove

Link copied to clipboard
open fun reset()

Reset tracking state

Link copied to clipboard
open fun tracks(): TracksModel?

Tracks