ImgRemoveWhiteWires

Top  Previous  Next

Prototype

 

ImgRemoveWhiteWires(intImageHandle)

 

Description

 

Removes thin white wires, also called white streaks, from monochrome images.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

Returned value

 

None.

 

Notes

 

Wires or streaks are one pixel wide horizontal or vertical lines.

 

Example

 

// Remove streaks from the image

ImgRemoveWhiteWires(_CurrentImage);