FingerDetector.detectContactless Method

Module: FingerDetector

Definition

Detects fingers in a contactless image and store their information in a DetectedFingerList object.

Typically, the image comes from a mobile phone. The fingers must be oriented vertically, from the bottom to the top.

detect_contactless(self, image: FingerImage) -> DetectedFingerList

Parameters

in Source image to process.

Returns

List of detected fingers.

Exceptions

An error has occurred during Finger Library execution.
DetectedFingerList detectContactless(FingerImage image)

Parameters

in Source image to process.

Returns

List of detected fingers.

Exceptions

An error has occurred during Finger Library execution.
public DetectedFingerList DetectContactless(FingerImage image)

Parameters

in Source image to process.

Returns

List of detected fingers.

Exceptions

An error has occurred during Finger Library execution.
public DetectedFingerList detectContactless(FingerImage image) throws FingerException

Parameters

in Source image to process.

Returns

List of detected fingers.

Exceptions

An error has occurred during Finger Library execution.
public func detectContactless(image: FingerImage) throws -> DetectedFingerList

Parameters

in Source image to process.

Returns

List of detected fingers.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerDetector_DetectContactless (
    ID3_FINGER_DETECTOR hFingerDetector,
    ID3_FINGER_IMAGE hImage,
    ID3_DETECTED_FINGER_LIST hDetectedFingerList)

Parameters

hFingerDetector ID3_FINGER_DETECTOR
in Handle to the FingerDetector object.

in Source image to process.

hDetectedFingerList ID3_DETECTED_FINGER_LIST
out List of detected fingers.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.