pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
294 stars 86 forks source link

Fixed 4d seg slicing index initialization issue #31

Closed jilei-hao closed 3 years ago

jilei-hao commented 3 years ago

Without this line of code, the segmentation slice index was initialized as (0,0,0), which caused wrong slices being rendered on segmentation loading.