<div dir="ltr"><div dir="ltr">On Wed, Jan 30, 2019 at 9:55 PM Andrey <<a href="mailto:alekseev@rambler.ru">alekseev@rambler.ru</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I run into strange issue with vtkResliceImageViewer in VTK 8.1.0. I use<br>
vtkResliceImageViewer for showing MPR image reconstruction from DICOM CT<br>
scan. And with particular scan I have artifacts on axial projection as you<br>
can see on the first image. The same scan in another 3DViewer has no such<br>
artifacts (the second image). The artifacts are exist on all projections I<br>
only choose here the one most obvious. There is no artifacts on oblique<br>
projections. There is no artifacts on 3D image (vtkImagePlaneWidget). I have<br>
not seen such artifacts before on another images. Have you any ideas what is<br>
it? What can be done to improve situaion? <br>
<<a href="http://vtk.1045678.n5.nabble.com/file/t342685/bad_image.png" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/file/t342685/bad_image.png</a>> <br>
<<a href="http://vtk.1045678.n5.nabble.com/file/t342685/good_image.png" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/file/t342685/good_image.png</a>> <br></blockquote><div><br></div><div>Do the artifacts in vtkResliceImageViewer move around when you zoom in</div><div>and out?  If so, there is something strange happening with the texture mapping.</div><div>If not, the problem is with the how VTK is processing the image.  What are the</div><div>dimensions of the image?  Pixel spacing?</div><div><br></div><div>Since vtkResliceImageViewer uses vtkImageActor, you could try using</div><div>vtkImageActor directly to see if it produces the same artifacts.</div><div><br></div><div>   David </div></div></div>