Actions
Saving Transform Information to DICOM » History » Revision 1
Revision 1/4
| Next »
Peter Qian, 31/08/2021 03:03 PM
Saving Transform Information to DICOM¶
Documentation to describe how the Transform Information is saved into a DICOM file.
After a fixed and moving image are successfully co-registered, the function
def register_images(image_1, image_2):
Will produce the moving image(translated) and SITK.CompositeTransform object. The SITK.CompositeTransform will contain a number of transforms in a queue.
As of the time of development, it can be only observed that Euler3DTransform and Versor3DRigidTransform transform objects are stored into the SITK.CompositeTransform object.
def create_fused_model(old_images, new_image)
Updated by Peter Qian over 3 years ago · 1 revisions