Going from CT to image3d

I want to go from a ct scan in dicom format to a image3d object. I have been able to get the scan into a ctimage object but the registration object in the ‘opentps.core.processing.registration.registration’ module requires it to be a image3d object not a ctimage.

TD;LR

How do you convert Ctimage to image 3d

Hello,

The CTImage class inherits from the Image3D class. Therefore, a CTImage object is also an Image3D object, and there will not be any problem using the registration module.

Regards,

Eliot

Thank you I was inputting objects wrong.