FingerMatcher.multiscaleMatch Property

Module: FingerMatcher

Type: bool

Definition

Set this to True for template coming from Contactless Detection module, where DPI is approximated and might slightly vary from the expected value (500dpi).

Scale refining will be applied on PROBE template only in each matching function.

multiscale_match: bool

Exceptions

An error has occurred during Finger Library execution.
bool get multiscaleMatch => getMultiscaleMatch();
set multiscaleMatch(bool value) => setMultiscaleMatch(value);

Exceptions

An error has occurred during Finger Library execution.
public bool multiscaleMatch
{
    get => GetmultiscaleMatch();
    set => SetmultiscaleMatch(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public boolean getMultiscaleMatch() throws FingerException
public void setMultiscaleMatch(boolean multiscaleMatch) throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var multiscaleMatch: Bool
    get {
        return try! getMultiscaleMatch()
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatcher_GetMultiscaleMatch (ID3_FINGER_MATCHER hFingerMatcher, bool * multiscaleMatch)
int id3FingerMatcher_SetMultiscaleMatch (ID3_FINGER_MATCHER hFingerMatcher, bool multiscaleMatch)

Returns

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