PalmDetector

interface PalmDetector

Palm Detector component.

Types

Link copied to clipboard
data class Palm(val position: DetectionPosition, val confidence: Double, val imageParameters: ImageParameters)

Result of palm detection

Functions

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

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