Skip to main content

CBR_NoiseReductionLevel

Other

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

ValueDescription
CBR_NoiseReductionLevel.LowLow option
CBR_NoiseReductionLevel.MediumMedium option
CBR_NoiseReductionLevel.HighHigh option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.CBR_NoiseReductionLevel.Low

See Also