[vtkusers] vtkImageSlabReslice

Satwik satwik.k8 at gmail.com
Mon Oct 24 02:01:09 EDT 2016


Hi all,

I am trying to reproduce double oblique view from the single oblique MPR.
I'm facing problem in displaying the Images, when i tried to send the
vtkImageSlabReslice output of single oblique MPR to double oblique
vtkImageSlabReslice as an input.

        //code
       
this->m_doubleObliqueReslice->SetInputData(this->m_reslice->GetOutput());

this->m_doubleObliqueReslice->SetResliceAxes(this->m_transform->GetMatrix());
	this->m_doubleObliqueReslice->SetInterpolationMode(m_InterpolationMode);
	this->m_doubleObliqueReslice->Update();
	this->m_doubleObliqueOutputImage =
this->m_doubleObliqueReslice->GetOutput();
	return this->m_doubleObliqueOutputImage;  

How can i make use of resliced image data as an input to another
ImageReslice to produce double Oblique



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkImageSlabReslice-tp5740908.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list