BorderDetector

open class BorderDetector(documentDetector: DocumentDetector)

Constructors

Link copied to clipboard
constructor(documentDetector: DocumentDetector)

Types

Link copied to clipboard

Receives real-time border detection results on the main thread.

Properties

Link copied to clipboard
open val isEnabled: Boolean

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
Link copied to clipboard
open fun onPreviewFrame(data: ByteArray, width: Int, height: Int, stride: Int, format: Int)
Link copied to clipboard
open fun removeListener()
Link copied to clipboard
open fun reset()
Link copied to clipboard
open fun setDocumentDetector(documentDetector: DocumentDetector)
Link copied to clipboard
open fun setEnabled(enabled: Boolean)