]> Creatis software - clitk.git/commit
Change dicom file sorting procedure in clitkDicom2Image
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 20 Dec 2018 12:08:55 +0000 (13:08 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 20 Dec 2018 12:08:55 +0000 (13:08 +0100)
commit133a3b14fe0d225aff4ea4edd53d61e7f3d063c2
treeda29eae36b375d56e11013c530b55c63d5064d37
parente4970a5c24b53d6842e4f8f02d63b957f03bfbba
Change dicom file sorting procedure in clitkDicom2Image

In clitkDicom2Image, the sorting of files was based on the slice position but it's not correct when a transformation matrix is set.
It's ok when you open a dicom serie with vv. So I used GDCMSeriesFileNames like with vv to sort filenames correctly
tools/clitkDicom2Image.cxx