赞
踩
在DICOM图像中,Image Position和Image Orientation是两个关键的标签,用于描述图像的位置和方向。它们都是DICOM标准的一部分,提供了有关图像在三维空间中位置和定向的信息。
specifies the x, y, and z coordinates of the upper left hand corner of the image. In other words, this tag specifies the coordinates of the the first voxel transmitted.
specifies the direction cosines of the first row and the first column with respect to the patient. The direction of the axes are defined by the patients orientation to ensure LPS system ( x-axis increasing to the left hand side of the patient, y-axis increasing to the posterior side of the patient and z-axis increasing toward the head of the patient )
上面的“图像”指的是当个切片图像(即:x轴和y轴)
上述两个标签共同描述了从切片图像坐标系到病人坐标系的变换矩阵(将切片图像的像素点坐标表示为齐次形式 ( x , y , 0 , 1 ) (x,y,0,1) (x,y,0,1),变换为病人坐标后是 ( x ’ , y ’ , z ’ , 0 ) (x’,y’,z’,0) (x’,y’,z’,0),则)
对照关系如下:
(0020,0037) Image Orientation (Patient) 依次对应公式中的
X
x
、
X
y
、
X
z
、
Y
x
、
Y
y
、
Y
z
Xx、Xy、Xz、Yx、Yy、Yz
Xx、Xy、Xz、Yx、Yy、Yz
(0020,0032) Image Position (Patient) 依次对应公式中的 S x 、 S y 、 S z Sx、Sy、Sz Sx、Sy、Sz(单位毫米)
表示的是切片图像左上角像素在病人坐标系中的坐标,切片坐标 ( x , y ) (x,y) (x,y)经过 ( X x , X y , X z ) (Xx,Xy,Xz) (Xx,Xy,Xz)、 ( Y x , Y y , Y z ) (Yx,Yy,Yz) (Yx,Yy,Yz)投影至病人坐标系的三个方向以后,只是相对于切片左上角 ( 0 , 0 ) (0,0) (0,0)的距离,还要加上 S x 、 S y 、 S z Sx、Sy、Sz Sx、Sy、Sz才能得到最终的病人坐标值。
这里要注意了,切片坐标
(
x
,
y
)
(x,y)
(x,y)是图像像素坐标,所以变换矩阵中的余弦值还需要乘上像素间隔(0028,0030),即公式中的
Δ
x
Δ x
Δx
和
Δ
y
Δ y
Δy。
Patient Position(患者体位)是DICOM(数字图像和通信医学标准)中的一个属性,用于描述患者相对于影像采集设备的位置和方向。这个属性的标签是(0018,5100)。
Patient Position包含一个描述患者在影像采集期间的相对位置的字符串。这个信息对于正确的图像解释和处理是至关重要的。一些可能的取值包括:
这些值提供了有关患者在影像中位置和方向的信息
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。