UpsampleFilterDepthThreshold Property |
Namespace: DigitalRune.Graphics.PostProcessing
This property is only relevant when Mode is set to NearestDepth.
Nearest-depth upsampling: The filter uses bilinear interpolation when upsampling the low-resolution image, except for edges where nearest-depth upsampling is used. The DepthThreshold is the threshold value used for edge detection.
A large depth threshold creates smooth images, but edges may be blurred. Use a small depth threshold to maintain hard edges, but the image quality at non-edges may be reduced.