[vtkusers] vtkimagereslicemapper to get exact slice

David Gobbi david.gobbi at gmail.com
Thu Mar 13 10:23:35 EDT 2014


Hi Chasan,

Did you remove SetSlabThickness() from your code?
This  method causes adjacent slices to blend together,
even if the thickness is very small.  We use ROI images
with vtkImageResliceMapper all the time

There is no option to use bilinear interpolation instead of
trilinear.

  David



On Thu, Mar 13, 2014 at 8:10 AM, chasank <chasank at gmail.com> wrote:
> Hi,
>
> Thanks to your advice, David, I accomplished to resolve the issue. But using
> JumpToNearestSliceOn of vtkImageResliceMapper is not sufficient, so I used
> SetInterpolationTypeToNearest method of vtkImageProperty instead of
> SetInterpolationTypeToLinear. However, this change causes the quality of
> image to reduce dramatically. Is there any way to improve the quality
> without seeing ROI on two slices? Or if I use bilinear interpolation instead
> of trilinear interpolation, will this solve my quality problem?
>
> Thanks and best regards,
>
> Chasan
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/vtkimagereslicemapper-to-get-exact-slice-tp5726226p5726291.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers


More information about the vtkusers mailing list