ImgDespeckle

Top  Previous  Next

Prototype

 

ImgDespeckle(intImageHandle, intMaxWidth, intMaxHeight)

 

Description

 

Despeckles the image, removing black pixels with a maximum predefined size.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

intMaxWidth: max width of pixel elements to be deleted.

 

intMaxHeight: max height of pixel elements to be deleted.

 

Returned value

 

None.

 

Notes

 

None.

 

Example

 

// Image despeckling

ImgDespeckle(_CurrentImage,3,3);