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

ghy ghy at tellyes.com
Mon Feb 17 07:05:44 EST 2014


//----------------------------------------------------------------------------
vtkImageAppend::vtkImageAppend()
{
  this->AppendAxis = 0;
  this->Shifts = NULL;
  this->PreserveExtents = 0;
}

I read the VTK code and fined the default value of  AppendAxis =0. It mean
the default appending axial  is X.
If you want appending is happy to z axial, you should set this variable to
2.

    imageAppend->SetAppendAxis (2);   // for Z axial.

Maybe this is your mistake.





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


More information about the vtkusers mailing list