ImgGrayDespeckle |
Top Previous Next |
Prototype
ImgGrayDespeckle(intImageHandle, intIterations)
Description
Despeckles grayscale images.
Parameters
intImageHandle: integer value corresponding to the image handle.
intIterations: number of Iterations of the internal algorithm; increasing the number of iterations, the procedure is more precise, but it is also slower.
Returned value
None.
Notes
None.
Example
// Despeckling only the grayscale image if ImgGetBitsPixel(_CurrentImage)=8 then ImgGrayDespeckle(_CurrentImage,1); |