Local normalization using smoothing operators
The local normalization of f(x,y) is computed as follows:
where:
- f(x,y) is the original image
- mf(x,y) is an estimation of a local mean of f(x,y)
- sf(x,y) is an estimation of the local standard deviation
- g(x,y) is the output image
The estimation of the local mean and standard deviation is performed through spatial smoothing.
Diagram block
The parameters of the algorithm are the sizes of the smoothing windows, s1, and, s2, which control the estimation of the local mean and local variance, respectively.
|