Palm

data class Palm(val position: DetectionPosition, val confidence: Double, val imageParameters: ImageParameters)

Result of palm detection

Constructors

Link copied to clipboard
fun Palm(position: DetectionPosition, confidence: Double, imageParameters: ImageParameters)

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

Image parameters calculated from area of the detected palm.

Link copied to clipboard

Detected position of the palm.