BorderDetector

open class BorderDetector : BorderDetectionThreadManager.BorderDetectionCallback

Constructors

Link copied to clipboard
constructor(documentDetector: DocumentDetector)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun isEnabled(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun onPreviewFrame(data: Array<Byte>, 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)