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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions