FemtoScan Wiki

[[en:processing:фильтр_гаусса]]

Trace: Gauss filter

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Gauss filter

Gauss filter is a smoothing filter. The simplest of rectangular smoothing filters is averaging filter.

The smoothing filters are used mostly for noise reduction. Since the noise changes independently from pixel to pixel noises from neighboring pixels compensate each other when summed. The bigger filtration window, the less average intensity of the noise. The side effect of these filters is blurring of image details. The significant flaw of the averaging filter is that all pixels in filter’s mask at any distance from a point being processed have the same effect on the result. More efficient noise reduction can be carried out if the effect of each pixel decreases with the distance. This is the principle of Gauss filter. It uses the following matrix:

gaus_1.jpg.

The Gauss filter can be called up from menu MathematicsLinear filters.