FingerImage.setResolution Method¶
Module: FingerImage
Definition¶
Sets both the image horizontal and vertical resolutions.
This is a shortcut function to replace SetHorizontalResolution() and SetVerticalResolution() when they are equal.
Mostly used to set both to 500dpi, which is the working resolution of the FingerExtractor.
Warning
this function does not process the image, it simply sets the resolution fields.
void setResolution(int resolution)
Parameters
resolution intin Resolution to set.
Exceptions
An error has occurred during Finger Library execution.