ImgEqualizeContrast |
Top Previous Next |
Prototype
ImgEqualizeContrast(intImageHandle)
Description
Equalizes contrast automatically in grayscale 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); |