Filter Node

Filter Node.

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.

Soften

Slightly blurs the image.

Agudizado de Caja

Increases the contrast, especially at edges.

Agudizado de Diamante

Menos agresivo que el agudizado de caja, reduciendo la agudeza de los artefactos.

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.

Ejemplo

El nodo Filtro tiene ocho modos, mostrados aquí.
../../../_images/compositing_types_filter_filter-node_example-1-original.png

Original image.

../../../_images/compositing_types_filter_filter-node_example-2-soften.png

Soften.

../../../_images/compositing_types_filter_filter-node_example-3-box-sharpen.png

Box Sharpen.

../../../_images/compositing_types_filter_filter-node_example-4-diamond-sharpen.png

Agudizado de Diamante.

../../../_images/compositing_types_filter_filter-node_example-5-laplace.png

Laplace.

../../../_images/compositing_types_filter_filter-node_example-6-sobel.png

Sobel.

../../../_images/compositing_types_filter_filter-node_example-7-prewitt.png

Prewitt.

../../../_images/compositing_types_filter_filter-node_example-8-kirsch.png

Kirsch.

../../../_images/compositing_types_filter_filter-node_example-9-shadow.png

Shadow.