PalmAutoCaptureFrameParameters

data class PalmAutoCaptureFrameParameters(val detectionAreaImageSize: ImageSize, val palm: PalmDetector.Palm?)

Image frame parameters of the Palm Auto Capture.

Constructors

Link copied to clipboard
fun PalmAutoCaptureFrameParameters(detectionAreaImageSize: ImageSize, palm: PalmDetector.Palm?)

Properties

Link copied to clipboard

Image size of the detection area.

Link copied to clipboard

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