Standard Library function that performs image smoothing by applying theLee Filter algorithm.
n
sigma
NOTE: If sigma is negative, you will be prompted for a value to be typed in, the value will be displayed, and the filtered image will be displayed with the TVSCL command. This cycle will continue until a zero value of sigma is entered.
'copy'
) Valid strings are:
'zero'
'copy'
'signal'
'image'
'volume'
Since LEEFILT is not very computationally expensive, it can be used for near real-time image processing. It can be used on signals as well as images.