Image.equalizeHistogramTo Method¶
Module: Image
Definition¶
Equalizes the histogram of a grayscale image.
Note
Only grayscale 8-bit images are supported.
void equalizeHistogramTo(Image dstImage)
Parameters
dstImage Imagein The destination Image that receives the equalized image.
Exceptions
An error has occurred during Face Library execution.