Anti-Aliasing(アンチエイリアス)

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

Anti-Aliasing(アンチエイリアス)ノード。

Anti-Aliasing(アンチエイリアス)ノードは、エイリアシングと呼ばれる辺周辺の歪みアーティファクトを除去します。

入力

Image(画像)

Standard image input.

Properties(プロパティ)

Threshold(しきい値)

画像全体の辺検出感度を制御します。

Contrast Limit(コントラスト限界)

辺を検出するときに考慮するコントラストレベルを制御します。

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(コーナー丸め)

元の形状を維持するためにコーナーを検出します。Corner Rounding(コーナー丸め) を0に設定すると、コーナー検出が行われず、コーナー丸めが行われません。値が高いほど、より良いコーナーが保持されます。つまり、元の画像に似ています。

出力

Image(画像)

Standard image output.

Anti-Aliasing(アンチエイリアス)ノードには、ここに示す3つのプロパティがあります。
../../../_images/compositing_types_filter_antialiasing-node_example-1-threshold.gif

しきい値を変更すると、すべての辺に影響します。

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

コントラスト限界を変更すると、コントラスト限界より下の隣接する辺に影響します。

コーナー丸めの効果。
../../../_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.