RegNet
RegNet copied to clipboard
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"
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?
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