FingerTemplate.verticalResolution Property

Module: FingerTemplate

Type: int

Definition

Vertical resolution of the minutiae coordinate system. Be careful, setting this field does update the minutiae! Use Rescale for this purpose.

vertical_resolution: int

Exceptions

An error has occurred during Finger Library execution.
int get verticalResolution => getVerticalResolution();
set verticalResolution(int value) => setVerticalResolution(value);

Exceptions

An error has occurred during Finger Library execution.
public int verticalResolution
{
    get => GetverticalResolution();
    set => SetverticalResolution(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public int getVerticalResolution() throws FingerException
public void setVerticalResolution(int verticalResolution) throws FingerException

Exceptions

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

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplate_GetVerticalResolution (ID3_FINGER_TEMPLATE hFingerTemplate, int * verticalResolution)
int id3FingerTemplate_SetVerticalResolution (ID3_FINGER_TEMPLATE hFingerTemplate, int verticalResolution)

Returns

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