FingerImage.rescale Method¶
Module: FingerImage
Definition¶
Rescales the image to the required resolution.
Note
This function is mostly used to rescale images to 500dpi, which is the working resolution of the FingerExtractor.
rescale(self, resolution: int) -> None
Parameters
resolution
intin Resolution to rescale the image to.
Exceptions
An error has occurred during Finger Library execution.
void rescale(int resolution)
Parameters
resolution
intin Resolution to rescale the image to.
Exceptions
An error has occurred during Finger Library execution.
public void Rescale(int resolution)
Parameters
resolution
intin Resolution to rescale the image to.
Exceptions
An error has occurred during Finger Library execution.
public void rescale(int resolution) throws FingerException
Parameters
resolution
intin Resolution to rescale the image to.
Exceptions
An error has occurred during Finger Library execution.
public func rescale(resolution: Int32) throws
Parameters
resolution
Int32in Resolution to rescale the image to.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerImage_Rescale (
ID3_FINGER_IMAGE hFingerImage,
int resolution)
Parameters
hFingerImage
ID3_FINGER_IMAGEin Handle to the FingerImage object.resolution
intin Resolution to rescale the image to.
Returns