Haoyua
Haoyua
Thank you for your reply. I have carefully studied the 'chicken' example. The three codes in this example use the nii.gz file in the form of grid as the input...
The CSV file contains the following:  Error message: Tried to create one of the following: BMPImageIO BioRadImageIO Bruker2dseqImageIO GDCMImageIO GE4ImageIO GE5ImageIO GiplImageIO HDF5ImageIO JPEGImageIO JPEG2000ImageIO LSMImageIO MGHImageIO MINCImageIO MRCImageIO...
fixed point set files:  moving points set files: 
What I provided before is a screenshot of the contents of the CSV file. The following is the original file: [points1_after.csv](https://github.com/ANTsX/ANTs/files/6983192/points1_after.csv) [points1_before.csv](https://github.com/ANTsX/ANTs/files/6983197/points1_before.csv) This is the file of the same person's...
I tried the .txt file you gave, and the program can run normally. Thank you very much for your help!
I want to realize the function of calibration point assisted image registration, similar to this form: -m ICP[${fixedPoints},${movingPoints},1] \ -m MI[${fixedimg},${movingimg},1,32] \ I try to use ICP + Mi parameters...
I saw the content about parameter weight on the wiki page, as shown in the screenshot. I saw from the sample code that the weight of CC is 0.6 and...
Thank you for your answer. I found that the writing order of parameters will lead to different results, such as: -m ICP[${fixedPoints},${movingPoints},1] -m MI[${fixedimg},${movingimg},1,32] and -m MI[${fixedimg},${movingimg},1,32] -m ICP[${fixedPoints},${movingPoints},1] Two...
I tried a simple affine registration, and the results of different orders are really different. At the same time, I also ran the program twice without changing the order, and...