VolumeInt16
Represents a 3D image where voxel data is stored as 16-bit signed integers (int16), including its dimensions, physical origin, and voxel spacing.
Import
import ScriptingApi as api
# Access the class
# VolumeInt16 is available via api.VolumeInt16
Properties
data
Raw image data stored as 16-bit signed integers.
Type: list
dimensions
Voxel dimensions of the image in pixels [width, height, depth].
Type: list
spacing
Voxel spacing of the image [x, y, z].
Type: list
origin
Physical origin of the image [x, y, z].
Type: list