How to calculate the space between dicom slices for MPR?

Due to the display of the MPR representation based on Dicoms. I made a 3D array from a series of dicom files. And I show it from the side of Koronal and Sagittal.

My 3D array includes: 

 - z = count of dicoms
 - c = column value for every dicoms
 - r = Row value for every dicoms

But I have a problem. When there is some space between the slices, the image is created in such a way that the correct view is not displayed. Because I can not imagine the distance between them!

I do not know how to calculate the space between slices? I want to add extra space between slices. for example, If the space between slices is 4. I need to add 4 time z inner fragments.

I hope to come.

+5
source share
3 answers

DICOM " " (0018, 0088), ( ), " " (0018, 0050), ( , ). () (0020, 0032) () (0020, 0037) .

. C.7.6.2 3 DICOM. (. 409)

+13

() () - , - . . . . , Frame Of Reference UID.

№ 1 comp.protocols.dicom.

ImageJ bug


, @Matt , .

  • : "DICOM " ". ( ).

DICOM IOD, , SOP. : CT () (). :

, , MR Image Storage Spacing Between Slices, :

CT: , ( ). , , , SOP- ( , Spacing Between Slices extended SOP Class Instance).

  • , (0018,0050) .

, Slice Thickness CT, MR, , .

( , ):

CT , . ( ).

[...] , (= ) . [...]

, (!) (= ), () (), MR-, CT .

+11

, DICOM , : DICOM / (, 3D-).

, , CT, , . 1 , CT 0,0 , 0,997 , 2,010 ,...

, " ", 3D-, . .

Image Position (Patient) (0020, 0032), , , .

:  - (? Gap?)  - ( ?)

0

All Articles