CBR_ProjectionSmoothingLevel
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
| Value | Description |
|---|---|
CBR_ProjectionSmoothingLevel.Off | Off option |
CBR_ProjectionSmoothingLevel.Low | Low option |
CBR_ProjectionSmoothingLevel.Medium | Medium option |
CBR_ProjectionSmoothingLevel.High | High option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.CBR_ProjectionSmoothingLevel.Off