FingerMatcher.maximumRotation Property

Module: FingerMatcher

Type: int

Definition

Maximum supported rotation in degrees between two templates during matching. Range is [0-180].

maximum_rotation: int

Exceptions

An error has occurred during Finger Library execution.
int get maximumRotation => getMaximumRotation();
set maximumRotation(int value) => setMaximumRotation(value);

Exceptions

An error has occurred during Finger Library execution.
public int maximumRotation
{
    get => GetmaximumRotation();
    set => SetmaximumRotation(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public int getMaximumRotation() throws FingerException
public void setMaximumRotation(int maximumRotation) throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var maximumRotation: Int
    get {
        return Int(try! getMaximumRotation())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatcher_GetMaximumRotation (ID3_FINGER_MATCHER hFingerMatcher, int * maximumRotation)
int id3FingerMatcher_SetMaximumRotation (ID3_FINGER_MATCHER hFingerMatcher, int maximumRotation)

Returns

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