Prototype
ImgStretchContrast(intImageHandle)
Description
It stretches contrast automatically in gray and color images.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Notes
See ImgAdjustContrast to manually adjust contrast value.
Example
// Image contrast stretching
ImgStretchContrast(_CurrentImage);