The LEEFILT function performs the Lee filter algorithm on an image array using a box of size 2 N +1. This function can also be used on vectors. The Lee technique smooths additive image noise by generating statistics in a local neighborhood and comparing them to the expected values.
This routine is written in the IDL language. It is based upon the algorithm published by Lee (
Optical Engineering
25(5), 636-646, May 1986). Its source code can be found in the file
leefilt.pro
in the
lib
subdirectory of the IDL distribution.
DIGITAL_FILTER , , SMOOTH , VOIGT