3.1.1.4.1.6. opengate.geometry.ImageVolume¶
3.1.1.4.1.6.1. Module Contents¶
3.1.1.4.1.6.1.1. Classes¶
Store information about a voxelized volume |
- class opengate.geometry.ImageVolume.ImageVolume(user_info)[source]¶
Bases:
opengate.VolumeBaseStore information about a voxelized volume
- initialize_image_parameterisation()[source]¶
From the input image, a label image is computed with each label associated with a material. The label image is initialized with label 0, corresponding to the first material Correspondence from voxel value to material is given by a list of interval [min_value, max_value, material_name] all pixels with values between min (included) and max (non included) will be associated with the given material