Smooth image surfaces while preserving sharp edges using a bilateral filter.
This module can be used to denoise images, however you should be aware that bilateral filters are susceptible to overshoots and Ansel offers much better alternatives. For example, the astrophoto denoise module uses a non-local means denoising algorithm, and the denoise (profiled) module provides a choice between non-local means and wavelet denoising algorithms.
The surface blur module blurs noise within the surfaces of an image by averaging pixels with their neighbors, taking into account not only their geometric distance but also their distance on the range scale (i.e. differences in their RGB values). It can be particularly useful if one RGB channel is more noisy/needs more smoothing than the others. In such a case, use the color calibration module to examine the channels one by one, in order to set the blur intensities accordingly.
Este módulo pode também ser usado como filtro criativo para fornecer efeitos interessantes, por exemplo, para fornecer a uma imagem uma aparência de desenho. Quando usado com mesclagem de crominância, ele também pode ser usado para igualar a cor de uma superfície (por exemplo, eliminar a vermelhidão da pele).
Este módulo consome muitos recursos e diminui a velocidade de processamento do pixelpipe significativamente. Você deve considerar ativá-lo mais tarde em seu fluxo de trabalho.
controles do módulo
- raio
- A extensão espacial do desfoque gaussiano.
- vermelho, verde, azul
- A intensidade de desfoque para cada um dos canais RGB.