Package-level declarations

Types

Link copied to clipboard
class FormXBlurDetector(threshold: Float = DEFAULT_BLUR_THRESHOLD)
Link copied to clipboard

FormX Document Detector

Link copied to clipboard
data class FormXDocumentDetectorResult(val region: FormXDocumentRegion?, val transform: OutputTransform, var sourceImage: Bitmap)

FormX Document Detector Result

Link copied to clipboard

FormXImageProc provides image processing methods

Link copied to clipboard

FormXStabilizer stabilizes the FormXDocumentRegion returned from FormXDocumentDetector to prevent shaking. It also filters out the invalid FormXDocumentRegion.

Link copied to clipboard

The state of the FormXStabilizer

Link copied to clipboard

Properties

Link copied to clipboard
const val DEFAULT_BLUR_THRESHOLD: Float = 12.0f

The default threshold for blur detection

Link copied to clipboard

The default background color of the Image returned by the FormXImageProc.cropBoundingBox