Hello, I want to do some interaction with vtkImageViewer but I'm quite
lost with the vtk Command and Obsrvers interface so I need some help.<br>
<br>
Basically this is what I wanna do:<br>
<br>
- when I move the mouse over the image I want to display the pixel
coordinates of the image ( X, Y ) and the corresponding pixel value<br>
- display the correct window/level values when they change<br>
- display the corresponding slice when it changes<br>
- display the viewport size ( width, height )<br>
<br>
That's all, any help would very much apreciated<br>