DICOM中几个判断图像方向的tag

 源文章地址:http://blog.csdn.net/yonghong1/article/details/6004185 

在DICOM标准里,有三个比较重要的TAG,是与成像的方向有关的。

 

1. image position(0020,0032): 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 first voxel transmitted.

图像位置:指示了图像左上角的第一个像素的空间坐标(x,y,z),也就是DICOM文件传输的第一个像素的坐标。

 

2. image orientation(0020,0037): 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.)

图像方向:指示了图像第一行和第一列相对于病人的方向cosine。坐标轴的方向是根据病人的方向来确定的(x轴指向病人的左手边,y轴指向病人的后面,z轴指向病人的头部)。

 

3. patient position(0018,5100):patient position descriptor relative to the equipment. Required for CT and MR images. 

Possible values: HFP = head first-prone. HFS = head first-supine. HFDR = head first-decibitus right,

                           HFDL = head first-decubiturs left,  FFP = feet first-prone. FFS FFDR, FFDL.

病人的位置:是描述病人相对于CT或者MR等成像设备的位置。HFP:头部在前,俯卧; HFS:头在前,仰卧。

 

DICOM图像TAG读取的例子:

第m张切片的tag如下:

(0020,0032) Image position(Patient): -99.8046875/-282.8046875/94.25;

(0020,0037)Image orientation(Patient): 1/0/0/0/1/0

(0018,5100)Patient Position: HFS

第n张切片的tag如下:

(0020,0032)Image position(Patient):   -99.8046875/-282.8046875/157.5;

(0020,0037)Image orientation(Patient): 1/0/0/0/1/0

(0018,5100)Patient Position: HFS

从两张切片的信息中可以看出,image position的坐标中,只有Z轴坐标发生了变化,而且从Z坐标的大小可以看出,m切片是在n切片的下方的。当知道了图像的方向后,便可以进行其他的图像分析的操作了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值