Skip to main content

CBR_ProjectionSmoothingLevel

Other

Projection smoothing levels for cone beam reconstruction preprocessing. Off - No smoothing applied Low - Light Gaussian smoothing (sigma 0.5) Medium - Moderate Gaussian smoothing (sigma 1.0) High - Strong Gaussian smoothing (sigma 1.5)

Import

import ScriptingApi as api

# Access the class
# CBR_ProjectionSmoothingLevel is available via api.CBR_ProjectionSmoothingLevel

Enumeration Values

Enumeration Type from CBR_ProjectionSmoothingLevel

ValueDescription
CBR_ProjectionSmoothingLevel.OffOff option
CBR_ProjectionSmoothingLevel.LowLow option
CBR_ProjectionSmoothingLevel.MediumMedium option
CBR_ProjectionSmoothingLevel.HighHigh option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.CBR_ProjectionSmoothingLevel.Off

See Also