如何在 dicom 数据序列中对文件进行空间排序?
how to spatially order files in a dicom data sequence?
与 DICOM 图像系列(来自单次扫描)关联的文件名是否与空间顺序匹配?我的意思是,如果患者“头部先”扫描,000000.dcm 比 000001.dcm 更“优越”,后者比 000003.dcm 更优越等等?如果答案是否定的,空间排序是如何建立的?
不,文件名很少与空间顺序相关联。
最好使用图像位置(患者)(0020,0032)和图像方向(患者)(0020,0037)值来获取每个图像的几何形状。从那里,您可以 "order" 在空间上随心所欲。
您可能想看看这些链接:
How to compare coordinates of different series 2
DICOM attributes used for calculating affine transformation
与 DICOM 图像系列(来自单次扫描)关联的文件名是否与空间顺序匹配?我的意思是,如果患者“头部先”扫描,000000.dcm 比 000001.dcm 更“优越”,后者比 000003.dcm 更优越等等?如果答案是否定的,空间排序是如何建立的?
不,文件名很少与空间顺序相关联。
最好使用图像位置(患者)(0020,0032)和图像方向(患者)(0020,0037)值来获取每个图像的几何形状。从那里,您可以 "order" 在空间上随心所欲。
您可能想看看这些链接:
How to compare coordinates of different series 2
DICOM attributes used for calculating affine transformation