Interpolation
Interpolation methods for volume and mask resampling.
Import
import ScriptingApi as api
# Access the class
# Interpolation is available via api.Interpolation
Enumeration Values
Enumeration Type from Interpolation
| Value | Description |
|---|---|
Interpolation.Nearest | Nearest option |
Interpolation.Linear | Linear option |
Interpolation.Cubic | Cubic option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.Interpolation.Nearest