Nodo Quitar manchas¶

El nodo Quitar manchas podrá ser usado para suavizar áreas de una imagen en las que el ruido sea notable, preservando las áreas más complejas intactas.
This works by the standard deviation of each pixel and its neighbors is calculated to determine if the area is one of high complexity or low complexity. If the complexity is lower than the threshold then the area is smoothed using a simple mean filter.
Entradas¶
- Factor
Controls the amount the filter effects the image.
- Imagen
Entrada de color estándar.
Propiedades¶
- Umbral
The threshold to control high/low complexity.
- Neighbor
The threshold to control the number of pixels that must match.
Salidas¶
- Imagen
Salida de color estándar.