ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
586 stars 161 forks source link

The impact of image normalization on antspy #614

Closed yuanpengpeng closed 1 month ago

yuanpengpeng commented 2 months ago

When using antspy, can you normalize two three-dimensional images in .nii.gz format to 0-1 and then perform registration? I tried it and found that the effect after normalization was not unnormalized. Good effect

cookpa commented 2 months ago

Yes, you can normalize images before registration.

cookpa commented 2 months ago

BTW does this mean you solved #613 ? If you could add a comment explaining how you fixed it, it might help future users.

yuanpengpeng commented 2 months ago

BTW does this mean you solved #613 ? If you could add a comment explaining how you fixed it, it might help future users.

yes, you are right, I have solved #613 .