Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the difference between the "index_tr_new_address_list", "index_elx_new_address_list", "point_tr_new_address_list" and "point_elx_new_address_list" #13

Open
mtcluo opened this issue Sep 26, 2020 · 1 comment

Comments

@mtcluo
Copy link

mtcluo commented Sep 26, 2020

Do I haven't to use the "index_elx_new_address_list" and "point_elx_new_address_list" if I don't want to use the elastix?

@hsokooti
Copy link
Owner

hsokooti commented Oct 4, 2020

index indicates the indices of image matrix and point indicates the world coordinate of them.

elx represents the elastix style, which has two extra rows: 1) index/world 2) #number of points. tr represents the truncated version by removing these two lines. This type can be directly read by NumPy.

An examle of point_elx:

point 
2
84.390    168.780   32.500   
96.030    136.770   170.000  

An example of index_tr:

87 174 13
99 141 68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants