Palm

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

Result of palm detection

Constructors

Link copied to clipboard
constructor(confidence: Double, position: DetectionPosition, handPosition: HandPosition, handOrientation: HandOrientation, quality: 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

Detected position of the palm.

Link copied to clipboard

Palm quality attributes.