Haoyua

Results 9 comments of 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: ![image](https://user-images.githubusercontent.com/38092166/129225387-29abf452-969e-460d-b654-b4b367ee5690.png) 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: ![image](https://user-images.githubusercontent.com/38092166/129321841-3d5164f1-5122-4832-b30f-904554a18354.png) moving points set files: ![image](https://user-images.githubusercontent.com/38092166/129321902-f349415d-09f7-4c20-abe9-cde71cef1bdb.png)

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...