FingerMinutia Class

Namespace: id3.Finger

Definition

Represents a finger minutia.

Properties

Name

Type

Description

angle

float

Angle of the minutia in radians. In [0;2*PI[, 0 being horizontal and oriented to the right side of the image, turning clockwise.

quality

int

Quality of the minutia as computed using id3 proprietary algorithm. In the range [0;100] U {-1}, 100 being maximum quality and -1 meaning ‘not computed’.

ridgeType

FingerMinutiaRidgeType

Type of the minutia as defined in FingerMinutiaRidgeType enumeration.

x

int

X-coordinate of the miutia.

y

int

Y-coordinate of the miutia.

Methods

Name

Description

clone

Clones the FingerMinutia object.