Anti-Aliasing

../../../_images/compositing_node-types_CompositorAntiAliasing.png

Le nœud Anti-Aliasing.

Le nœud Anti-Aliasing supprime les artefacts de distorsion autour des bords appelés alias.

Entrées

Image

Entrée image standard.

Propriétés

Threshold (Seuil)

Contrôle la sensibilité de détection des contours sur toute l’image.

Contrast Limit

Contrôle le niveau de contraste à prendre en compte lors de la détection des contours.

The human eye does not perceive all edges equally. For instance, it tends to mask low contrast edges in the presence of much higher contrasts in the surrounding area. Therefore, applying anti-aliasing to unperceived edges will produce artifacts. This parameter quantifies the difference between low contrast and high contrast neighboring edges.

Corner Rounding

Détecte les coins pour aider à préserver la forme d’origine. Si Corner Rounding est défini sur 0, aucune détection de coin et aucun arrondi de coin  » « n’auront lieu. Plus la valeur est élevée, plus les coins seront préservés, c’est-à-dire ressemblent à l’image d’origine.

Sorties

Image

Sortie image standard.

Exemples

Le nœud Anti-Aliasing a trois propriétés illustrées ici.
../../../_images/compositing_types_filter_antialiasing-node_example-1-threshold.gif

La modification du seuil affecte toutes les arêtes.

../../../_images/compositing_types_filter_antialiasing-node_example-2-contrast_limit.gif

La modification de la limite de contraste affecte les arêtes voisines en dessous de la limite de contraste.

L’effet de l’arrondi des coins.
../../../_images/compositing_types_filter_antialiasing-node_example-3-corner_rounding-off.png

Corner detection and rounding off (set to 0). Notice how anti-aliasing node smooths the corner because it treats it as an artifact.

../../../_images/compositing_types_filter_antialiasing-node_example-3-corner_rounding-on.png

Corner detection and rounding on. Setting this value to 1 tells the anti-aliasing node the sharp edges around the corner are not an artifact and should therefore be reserved.