<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I've showed a dicom image successfully with vtkImageviewer. Then I realized that vtkImageviewer2 would be more suitable, as I needed interactors and load images with slices, maybe 3d, etc<br>
<br></div>So I changed to vtkImageviewer2. Then I just see a white image. All white.<br><br></div>But my surprise was that, adding the render window interactor, when I press r... the image appears! So I looked into the class code. I saw the reset event and how it sets color window and color level. I've tried doing this, with poor results.<br>
<br></div>Why do I have to reset the window/level to see the image? I can do zoom, and rotate... around the white plane.<br><br></div>I did a widget->Update() or a imageViewer->Render() with the same result.<br><br>
Thank you.<br></div>