Skip to content

Improve slice visualisation by using vtkImageResliceMapper instead of vtkImageSliceMapper #490

Description

@paskino

The mapper for the image slice displayed is an instance of vtkImageSliceMapper.

imageSlice = vtk.vtkImageSlice()
imageSliceMapper = vtk.vtkImageSliceMapper()
imageSlice.SetMapper(imageSliceMapper)

Looks like from this thread that we may get better image quality with vtkImageResliceMapper
https://discourse.vtk.org/t/qvtknativewidget-jagged-edges-on-2d-images/16188/4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions