Florit Foto Florit Foto

Annular denoise

plugin de redução de ruido para GIMPnoise reduction plugin for GIMP

© Luis A. Florit

Annular denoise é um plugin para GIMP feito em C++ para reduzir o 'ruído' típico de imagens digitais. O foco é o ruído tipo "sal e pimenta", e o foco principal do algoritmo é tentar preservar os detalhes finos, que sempre competem com o ruído tipo sal e pimenta. O algoritmo é altamente não linear.

Instruções de instalação e o manual Manual do usuário encontram-se no comentário ao começo do arquivo com o código C++, que pode ser baixado daqui.
Annular Denoise is a noise reduction plugin for GIMP. It is done in C++ and its purpose is to reduce noise in digital images. The aim is to eliminate the 'salt and pepper' type of noise. The main point of the algorithm is to try to preserve the finest details that always compete with 'salt and pepper' noise. The algorithm is highly non-linear.

For installation instructions and User Manual, see the comments at the beginning of the C++ code, that can be downloaded from here.