开发者

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 ho开发者_StackOverfloww can i determine the ImagePosition or the new images using the ImagePosition and ImageOrientation known of the original series? P.S: the problem is the original series may be oriented in the x,y, and Z directions


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. 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜