[vtkusers] Blurred images using QVtkWidget

shekharc Shekhar.Chandra at sci.monash.edu.au
Tue Dec 2 05:00:06 EST 2008


Hi Martin,

Do you mean your image display is interpolated? If you're using 
vtkImageViewer2 use the line:

viewer->GetImageActor()->InterpolateOff()

to disable it. If not, a few more details would help. Hope that helps.

Cheers
Shakes

Martin Baumann wrote:
> I forgot to name some details about my environment:
> 
> openSUSE 10.2 (X86-64)
> Qt-4.3.0
> Vtk-5.0.2
> 
> Best regards,
> Martin Baumann
> 
> 
> 
> Martin Baumann schrieb:
>> Hi,
>>
>> I am experimenting with QVTKWidget and have the problem that
>> images that are rendered by the render window of the QVtkWidget
>> are looking blurred.
>> Until now I used a plain vtkRenderWindow and the rendered images
>> had sharp edges when visualizing meshes for instance. I already
>> changed the Smoothing options of the render window but this
>> didn't help.
>>
>> What could cause this problem?
>>
>> Best regards,
>> Martin Baumann
>> _______________________________________________
>> This is the private VTK discussion list.
>> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>>
> 
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the 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