Re: vtkResliceImageViewer image quality problem
David Gobbi <[email protected]> Thu, 31 Jan 2019 11:02:56 -0700
| Newsgroups | gmane.comp.lib.vtk.user |
|---|---|
| Message-ID | <CANwS1=H6AL5Rg4Pn4azTgG0EG7N6-u+kRFtFchqQU1zeRKaFFA@mail.gmail.com> |
On Wed, Jan 30, 2019 at 9:55 PM Andrey <[email protected]> wrote: > I run into strange issue with vtkResliceImageViewer in VTK 8.1.0. I use > vtkResliceImageViewer for showing MPR image reconstruction from DICOM CT > scan. And with particular scan I have artifacts on axial projection as you > can see on the first image. The same scan in another 3DViewer has no such > artifacts (the second image). The artifacts are exist on all projections I > only choose here the one most obvious. There is no artifacts on oblique > projections. There is no artifacts on 3D image (vtkImagePlaneWidget). I > have > not seen such artifacts before on another images. Have you any ideas what > is > it? What can be done to improve situaion? > <http://vtk.1045678.n5.nabble.com/file/t342685/bad_image.png> > <http://vtk.1045678.n5.nabble.com/file/t342685/good_image.png> > Do the artifacts in vtkResliceImageViewer move around when you zoom in and out? If so, there is something strange happening with the texture mapping. If not, the problem is with the how VTK is processing the image. What are the dimensions of the image? Pixel spacing? Since vtkResliceImageViewer uses vtkImageActor, you could try using vtkImageActor directly to see if it produces the same artifacts. David _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers