Skip to main content

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
# ProjectionSmoothingLevel is available via api.ProjectionSmoothingLevel

Enumeration Values

Enumeration Type from ProjectionSmoothingLevel

ValueDescription
ProjectionSmoothingLevel.OffOff option
ProjectionSmoothingLevel.LowLow option
ProjectionSmoothingLevel.MediumMedium option
ProjectionSmoothingLevel.HighHigh option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.ProjectionSmoothingLevel.Off

See Also