ContrastAdaptiveSharpening

ContrastAdaptiveSharpening

  • enabled : bool
  • sharpening_strength : f32
  • denoise : bool

Description

Applies a contrast adaptive sharpening (CAS) filter to the camera.

CAS is usually used in combination with shader based anti-aliasing methods such as FXAA or TAA to regain some of the lost detail from the blurring that they introduce.

CAS is designed to adjust the amount of sharpening applied to different areas of an image based on the local contrast. This can help avoid over-sharpening areas with high contrast and under-sharpening areas with low contrast.

To use this, add the [ContrastAdaptiveSharpening] component to a 2D or 3D camera.

Functions