ImgErode |
Top Previous Next |
Prototype
ImgErode(intImageHandle)
Description
Erode a monochrome image. If a pixel is part of an edge it is removed thereby decreasing the size of connected components.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Notes
See also opposite function ImgDilate.
Example
// Erode the image ImgErode(_CurrentImage); |