jilei-hao / itksnap

ITK-SNAP medical image segmentation tool
https://sourceforge.net/p/itk-snap/src/ci/master/tree/
GNU General Public License v3.0
0 stars 0 forks source link

Dicom series loading itk error in 4.0 #84

Closed jilei-hao closed 1 year ago

jilei-hao commented 1 year ago

Image

004_COR_PD.zip

jilei-hao commented 1 year ago

3.8 loads data without issues. Probably related to itk 5

jilei-hao commented 1 year ago

Another example. SERIES_00004_AX_T1_SE.zip

jilei-hao commented 1 year ago

Issue is generic, and is caused by IncreaseDimensionImageFilter It could no longer cast a 3D image to 4D image.

jilei-hao commented 1 year ago

Addressed in 4.0 rc.2