Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Factory for Palm Auto Capture Controller component.

Link copied to clipboard
data class PalmAutoCaptureDetection(val bgraRawImage: BgraRawImage, val palm: PalmDetector.Palm?, val validatorIdentifiers: List<String>, statistics: Statistics)

Palm detection in Palm Auto Capture component.

Link copied to clipboard

Result of the Palm Auto Capture.

Link copied to clipboard
enum Phase : Enum<Phase>

Palm auto capture process phase.

Link copied to clipboard

Pre-defined sets of thresholds for Palm Auto Capture.

Link copied to clipboard
data class QualityAttributeThresholds @JvmOverloads constructor(val minConfidence: Double? = null, val sizeInterval: IntervalDouble? = null, val minSharpness: Double? = null, val brightnessInterval: IntervalDouble? = null)

Thresholds of quality attributes.