itkGDCMSeriesFileNames how to read filenames

Detailed Description


Generate a sequence of filenames from a DICOM series.


This class generate a sequence of files whose filenames points to a DICOM file. The ordering is based on the following strategy: Read all images in the directory (assuming there is only one study/serie)


Extract Image Orientation & Image Position from DICOM images, and then calculate the ordering based on the 3D coordinate of the slice
If for some reason this information is not found or failed, another strategy is used: the ordering is based on 'Image Number'
If this strategy also failed, then the filenames are ordered by lexicographical order.
If multiple volumes are being grouped as a single series for your dicom objects, you may want to try calling ->SetUseSeriesDetails(true) prior to calling SetDirectory().


Definition at line 53 of file itkGDCMSeriesFileNames.h.

你可能感兴趣的:(itkGDCMSeriesFileNames how to read filenames)