Finger

data class Finger(val confidence: Double, val position: DetectionPosition, val type: FingerDetector.Finger.Type, val quality: FingerQuality)

Result of finger detection

Constructors

Link copied to clipboard
constructor(confidence: Double, position: DetectionPosition, type: FingerDetector.Finger.Type, quality: FingerQuality)

Types

Link copied to clipboard

Type of the finger.

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

Detected position of the finger.

Link copied to clipboard

Quality attributes.

Link copied to clipboard

Type of the finger.