[vtkusers] Reading different series images from a single dicom folder

ghy ghy at tellyes.com
Mon Feb 17 04:43:04 EST 2014


Maybe you can use the class vtkImageTranslateExtent to move second series to
the position that you want.
Before you do this, you can get the slices positions by using class
vtkMedicalImageProperties:

               virtual const char * 	GetUserDefinedValue (const char *name)

   you can get the information by code bellow: 
  
  GetUserDefinedValue ( "0020:0032" ) ;    // Image Position(patient)   for
example:  -137.72\-272.72\-69.6
  GetUserDefinedValue ( "0020:1041");     //  Slice Location   for example: 
69.6

the rerurn value is a char*.

Hope it will help.

Susan.



--
View this message in context: http://vtk.1045678.n5.nabble.com/Reading-different-series-images-from-a-single-dicom-folder-tp5725959p5725963.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list