Nodo Filtrar¶
The Filter node implements various common image enhancement filters.
Entradas¶
- Factor
Controla la cantidad de influencia que ejerce el nodo en la imagen de salida.
- Imagen
Entrada de color estándar.
Propiedades¶
- Tipo
The Soften, Laplace, Sobel, Prewitt and Kirsch all perform edge detection (in slightly different ways) based on vector calculus and set theory equations.
- Suavizar:
Desenfoca ligeramente la imagen.
- Definir (caja):
Aumenta el contraste, especialmente en los bordes.
- Definir (diamante):
Menos agresivo que Definir (caja), reduciendo así los defectos visuales causados por la definición.
- Laplace:
Edge highlighting filter susceptible to highlighting visual noise.
- Sobel:
Creates a negative image that highlights edges.
- Prewitt:
Produces a similar results to Sobel.
- Kirsch:
Gives better blending than Sobel or Prewitt, when approaching an edge.
- Sombra:
Performs a relief, emboss effect, darkening outside edges.
Salidas¶
- Imagen
Salida de color estándar.