vtkImageReslice
Sathya
ksathya at omirf.iusd.iupui.edu
Tue Sep 21 16:36:27 EDT 1999
Hello All
I am trying to use vtkImageReslice for getting arbitrary plane from the CT
Data. But , vtkImageReslice is crashing my program whenever I go above 50
slices of data.
vtkImageSlice *aslice = vtkImageSlice::New ();
aslice->SetInput ( Reader->GetOutput ()); // Reader Reads in CT Data
aslice->SetResliceTransform (transform); // Transformation is rotation
about the Z axis
aslice->SetInterpolationModeToCubic();
aslice->InterpolateOn ();
aslice->OptimizationOn ();
aslice->Update ();
aslice->ReleaseDataFlagOn ();
Can somebody point me out the problem. ?
Thanks
Sincerely
Sathya
Sathya Krishnamurthy
Res: 317-630-5412
Off: 317-278-1357
http://omirf.iusd.iupui.edu/~ksathya
-----------------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>. For help, send message body containing
"info vtkusers" to the same address. Live long and prosper.
-----------------------------------------------------------------------------
More information about the vtkusers
mailing list