detect

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

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

Return

List of fingers or an empty list when no fingers are detected.

Parameters

image

Image.

limit

The number of fingers to detect.

Throws

If IDV Fingers library is not activated.