Parent Topic: ALGORITHM
The resulting grey-level value R for the smoothed pixel is:
R = Ic * W + Im * (1 - W)
where:
W = (1 - Cu^2/Ci^2)/(1+Cu^2)
Cu = SQRT(1/NumberLooks)
Ci = S / Im
Ic = center pixel in filter window
Im = mean value of intensity within window
S = standard deviation of intensity within window