FingerDetector.extractFingers Method

Module: FingerDetector

Definition

Extract and returns the images of the different fingers, from a DetectedFingerList.

To be called after either DetectSlap or DetectContactless.

This function not only crops each fingers, but also applies additional processing depending on the detection function.

FingerImageRecord extractFingers(FingerImage image, DetectedFingerList detectedFingerList)

Parameters

in Source image to process.

detectedFingerList DetectedFingerList
in List of detected fingers.

Returns

Output image record containing images of each separated finger.

Exceptions

An error has occurred during Finger Library execution.