cwmok / Conditional_LapIRN

Conditional Deformable Image Registration with Convolutional Neural Network
MIT License
80 stars 16 forks source link

How can I use your code to complete the registration if I only have two images of type .png? #3

Closed dzz416 closed 2 years ago

dzz416 commented 2 years ago

I dont have the .nii images

cwmok commented 2 years ago

Hi @dzz416,

Unfortunately, the answer is no. Our method is a deep learning-based approach, which implies that it requires training with a large-scale dataset before you apply it to any tasks. If you have two images and want to register it, I suggest you try some conventional registration methods, e.g., Elastix, ANTs and NiftyReg. These methods rely on iterative optimization methods and should work well with your images of type .png.