ImgHighPass

Top  Previous  Next

Prototype

 

ImgHighPass(intImageHandle, intDiameter)

 

Description

 

Filter the image using a gaussian high pass filter.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

intDiameter: integer values corresponding to the radius size of gaussian filter to use.

 

Returned value

 

None.

 

Notes

 

None.

 

Example

 

// HighPass the image using a 11 pixel diameter filter

ImgHighPass(_CurrentImage, 11);