Using ANTs landmarkmatch to register the colin27 to a study template and it looks strange - help! #1688
-
Hello, I am trying to register the colin27 MNI brain to an older-adult study template. I would like to use specific markers to anchor this registration so I am using the landmarkmatch function. However, the end result looks strange with a little protruding bump on the registered brain that does not exist on the fixed nor moving brains. Attached is a picture of the registered brain with the protrusion. Any help is welcome - thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
That script was written for hippocampus matching and uses tools that haven't been updated in a long time. Could you try with As always, code and data enables us to give the most detailed advice. |
Beta Was this translation helpful? Give feedback.
-
Also, related---general landmark matching for a variety of transforms is available in ANTsPy and ANTsR. Here's a couple of self-contained examples. |
Beta Was this translation helpful? Give feedback.
The fixed image is cropped very tightly, which can cause boundary instability in registration. By padding the image
ImageMath 3 fixed_pad.nii.gz PadImage ANTS70-74Years3T_brain_bias_corrected.nii.gz 20
I was able to get better results with
antsRegistrationSyN.sh
.