FingerDetector

interface FingerDetector

Fingers Detector component.

Types

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

Result of finger detection

Functions

Link copied to clipboard
abstract fun detect(image: Image, limit: Int): List<FingerDetector.Finger>

Detect fingers in the image. This operation should be called on a background thread.