Package-level declarations
Types
Link copied to clipboard
interface PalmAutoCaptureController
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
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.