CBR_NoiseReductionLevel
Strength of the post-reconstruction noise reduction filter. Low - Preserves the most detail Medium - Balanced noise removal and detail preservation High - Strongest noise removal
Import
import ScriptingApi as api
# Access the class
# CBR_NoiseReductionLevel is available via api.CBR_NoiseReductionLevel
Enumeration Values
Enumeration Type from CBR_NoiseReductionLevel
| Value | Description |
|---|---|
CBR_NoiseReductionLevel.Low | Low option |
CBR_NoiseReductionLevel.Medium | Medium option |
CBR_NoiseReductionLevel.High | High option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.CBR_NoiseReductionLevel.Low