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
# ProjectionSmoothingLevel is available via api.ProjectionSmoothingLevel
Enumeration Values
Enumeration Type from ProjectionSmoothingLevel
| Value | Description |
|---|---|
ProjectionSmoothingLevel.Off | Off option |
ProjectionSmoothingLevel.Low | Low option |
ProjectionSmoothingLevel.Medium | Medium option |
ProjectionSmoothingLevel.High | High option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.ProjectionSmoothingLevel.Off