简体   繁体   English

如何确定重建的MPR DICOM图像的ImagePosition?

[英]How can i determine the ImagePosition of the reconstructed MPR DICOM image?

I have a set of 2D images and i made an MPR over then to generate another views, now i want to save the new series as DICOM, so how can i determine the ImagePosition or the new images using the ImagePosition and ImageOrientation known of the original series? 我有一组2D图像,然后制作了MPR以生成另一个视图,现在我想将新系列保存为DICOM,那么如何使用原始图像的ImagePosition和ImageOrientation确定ImagePosition或新图像系列? PS: the problem is the original series may be oriented in the x,y, and Z directions PS:问题在于原始序列可能沿x,y和Z方向定向

Section C.7.6.2 of part 3 of the DICOM standard defines what the Image Position and Image Orientation mean and gives an equation relating these quantities and the Pixel Spacing to the coordinates of the center of the voxel in the ith column and jth row of the slice. DICOM标准的第3部分的C.7.6.2节定义了“图像位置”和“图像方向”的含义,并给出了一个公式,将这些量和“像素间距”与像素的第i列和第j行中的体素中心的坐标相关联切片。 The extent of the voxel in the direction normal to the image plane is given by the Slice Thickness. 切片厚度在垂直于图像平面的方向上的体素范围。

So, you're given all the spatial information you need to figure out the location of each of the voxels of the original dataset in space. 因此,您将获得所需的所有空间信息,以找出原始数据集在空间中每个体素的位置。 Computing the Image Position and Image Orientation of the MPR images that you created is then just a matter of doing a bit of vector arithmetic to relate the location and orientation of your new MPR slices to the coordinate system of the original data. 计算创建的MPR图像的图像位置和图像方向,只需做一些矢量算法,即可将新MPR切片的位置和方向与原始数据的坐标系相关联。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM