FingerExtractor.fingerAlignerModel Property

Module: FingerExtractor

Type: FingerModel

Definition

Model used to align a fingerprint image before encoding.

Important

Alignment is mandatory before encoding, for the other algorithms (minutia detection and minutia encoding) it is not necessary.

finger_aligner_model: FingerModel

Exceptions

An error has occurred during Finger Library execution.
FingerModel get fingerAlignerModel => getFingerAlignerModel();
set fingerAlignerModel(FingerModel value) => setFingerAlignerModel(value);

Exceptions

An error has occurred during Finger Library execution.
public FingerModel fingerAlignerModel
{
    get => GetfingerAlignerModel();
    set => SetfingerAlignerModel(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public FingerModel getFingerAlignerModel() throws FingerException
public void setFingerAlignerModel(FingerModel fingerAlignerModel) throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var fingerAlignerModel: FingerModel
    get {
        return try! getFingerAlignerModel()
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerExtractor_GetFingerAlignerModel (ID3_FINGER_EXTRACTOR hFingerExtractor, id3FingerModel * eFingerAlignerModel)
int id3FingerExtractor_SetFingerAlignerModel (ID3_FINGER_EXTRACTOR hFingerExtractor, id3FingerModel eFingerAlignerModel)

Returns

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