PalmDetector

interface PalmDetector

Palm Detector component.

Types

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

Result of palm detection

Functions

Link copied to clipboard
abstract fun detect(image: Image, limit: Int = 1): List<PalmDetector.Palm>

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