[vtkusers] vtkResliceImageViewer image quality problem

Andrey alekseev at rambler.ru
Sun Feb 10 13:33:14 EST 2019


The issue was solved by changing interpolation type in vtkImageReslice, it
looks like this:

		auto reslice = dynamic_cast<vtkImageReslice*>(rep->GetReslice());
		reslice->SetInterpolationModeToLinear();



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


More information about the vtkusers mailing list