[vtkusers] Correct anatomical orientation of volumes from Niftii and DICOM

ochampao ochampao at hotmail.com
Thu May 10 11:37:35 EDT 2018


I have tried passing the output of vtkNIFTIImageReader via
vtkImageChangeInformation filter to change the origin to (0,0,0) but this
had no effect, i.e:

// ....
vtkNew<vtkImageChangeInformation> imageInfo;
imageInfo->SetOutputOrigin(0.0, 0.0, 0.0);
imageInfo->SetInputConnection(niftiiReader->GetOutputPort());
imageInfo->Update();

return imageInfo->GetOutput();



--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html


More information about the vtkusers mailing list