FingerTemplate.horizontalResolution Property¶
Module: FingerTemplate
Type: int
Definition¶
Horizontal resolution of the minutiae coordinate system. Be careful, setting this field does update the minutiae! Use Rescale for this purpose.
horizontal_resolution: int
Exceptions
An error has occurred during Finger Library execution.
int get horizontalResolution => getHorizontalResolution();
set horizontalResolution(int value) => setHorizontalResolution(value);
Exceptions
An error has occurred during Finger Library execution.
public int horizontalResolution
{
get => GethorizontalResolution();
set => SethorizontalResolution(ref value);
}
Exceptions
An error has occurred during Finger Library execution.
public int getHorizontalResolution() throws FingerException
public void setHorizontalResolution(int horizontalResolution) throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var horizontalResolution: Int
get {
return Int(try! getHorizontalResolution())
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplate_GetHorizontalResolution (ID3_FINGER_TEMPLATE hFingerTemplate, int * horizontalResolution)
int id3FingerTemplate_SetHorizontalResolution (ID3_FINGER_TEMPLATE hFingerTemplate, int horizontalResolution)
Returns