FingerImage.normalize Method

Module: FingerImage

Definition

Normalizes the image values to the specified range in-place.

The function scales and shifts the image pixel values to fit within [low, high] range.

Values are clipped to this range using NORM_MINMAX normalization.

void normalize(double low, double high)

Parameters

low double
in Lower boundary of the output range.

high double
in Upper boundary of the output range.

Exceptions

An error has occurred during Finger Library execution.