You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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?
The text was updated successfully, but these errors were encountered: