Filtering Functions
RAFilter Returns an image of the average values calculated within a moving window on the input image
AdaptiveSmooth Returns an image of the input image after adaptive smoothing
Convolution Returns an image of the input image convolved with the convolution kernel
Diffusion Returns an image of the diffusion filtered input image
DOLPS Returns an image of the difference between the input image lowpass filtered 6 times and the input image lowpass filtered 3 times
Gauss Returns an image of the input image that has been filtered with a guassian kernel
LowPass Returns an image of the input image after lowpass filtering which is calculated as the mean value of a moving 3x3 window of the input image
Median Returns an image of the median values of a moving 3x3 window of the input image
MidPoint Returns an image of the midpoint values of a moving 3x3 window of the input image
LINFilter Returns an image of the Largest intensity values of a moving 3x3 window of the input image
SINFilter Returns an image of the Largest intensity values of a moving 3x3 window of the input image
Sharpen Returns an image of the difference between the input image and a lowpass filtered input image
Home         Back