Prototype
ImgEqualizeContrast(intImageHandle)
Description
It equalize contrast automatically in gray and color images.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Notes
See also ImgStretchContrast to stretch automatically the contrast value.
Example
// Image contrast equalization
ImgEqualizeContrast(_CurrentImage);