Palm

data class Palm(    val position: DetectionPosition,     val confidence: Double,     val handPosition: HandPosition,     val handOrientation: HandOrientation,     val imageParameters: ImageParameters,     val palmQuality: PalmQuality)

Result of palm detection

Constructors

Link copied to clipboard
fun Palm(position: DetectionPosition, confidence: Double, handPosition: HandPosition, handOrientation: HandOrientation, imageParameters: ImageParameters, palmQuality: PalmQuality)

Properties

Link copied to clipboard

Confidence of the detection in interval [0.0, 1.0], where 0.0 stands for min confidence and 1.0 stands for max confidence.

Link copied to clipboard

Hand orientation indicates how the hand is oriented towards the camera.

Link copied to clipboard

Hand position indicates whether the palm is from the left or right hand.

Link copied to clipboard

Image parameters calculated from area of the detected palm.

Link copied to clipboard

Palm quality attributes.

Link copied to clipboard

Detected position of the palm.