Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D CT image registration #24

Open
ilophy opened this issue Feb 28, 2020 · 3 comments
Open

3D CT image registration #24

ilophy opened this issue Feb 28, 2020 · 3 comments

Comments

@ilophy
Copy link

ilophy commented Feb 28, 2020

Dear Developer,

Thank you very much for developing this code.
I would like to try a registration of two CTs (3D dicom format).
I need a guide how to handle the data format.

It would be very helpful if you can provide me a sample code to import 3D CT dicom files as a fixed image and a moving image to apply airlab code.

Thank you in advance.

@RobinSandkuehler
Copy link
Collaborator

Hi,

have a look at the 3d kernel registration example.
You can load a 3d Dicom image with this command:

fixed_image = al.read_image_as_tensor("fixed_image_filename.dcm")

@ilophy
Copy link
Author

ilophy commented Feb 29, 2020

Thanks a lot. I will try to apply it. It will take time since I'm a beginner in Python . I will let you know the result. ^^

@DimaKuli
Copy link

Please tell me, did you manage to register for CT images using the original and deformed image to shift the deformed image to the original one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants