PalmAutoCaptureDetection

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

Palm detection in Palm Auto Capture component.

Constructors

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

Properties

Link copied to clipboard

BGRA raw image.

Link copied to clipboard

Detected palm, or null if the palm was not detected in the image.

Link copied to clipboard

List of validator identifiers, where the image did not pass.