[ITK-users] Filter working on exporting, not in view (VTK)

Marcos fotosentido at gmail.com
Sat Sep 12 18:51:24 EDT 2015


Hi,

I have an itk::Image, and set it as input of a IntensityWindowingImageFilter

I change the values of window level and, if I export, I see changes. But I
don't see these changes on VTK. After doing a change, I update the
QVTKWidget or the vtkImageViewer2, but I see the same image. I'm not sure
if the ImageToVTKImageFilter is the problem.

My pipeline is:
itk::Image -> IntensityWindowingImageFilter -> vtkImageFlip
->vtkImageViewer2 -> QVTKWidget

Exporting is working:
itk::Image -> IntensityWindowImageFilter -> ImageFileWriter

Greetings.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150913/bb4bcee2/attachment.html>


More information about the Insight-users mailing list