Hey again,

great that you were able to use the RenderWindowManager to load different 
images into different render windows.
As mentioned before, the US and the MRI image might be located in different 
positions in the world coordinate system, that’s why you won’t be able to see 
both at the same time. The idea is now to initialize the render windows 
differently, so that they do not show the same field of view.

You tried to do this by reinitializing the MRI node, but then the US image is 
not visible anymore? Did you use the “Reinit”-action from the node’s context 
menu? This will not work, since this action reinitializes all known render 
windows to this node (same goes for the “Reset view” in the render window menu).

What you can try is changing the view direction (by using the radio buttons at 
the bottom of the render window manager view – just change them to any other 
view direction and change back to the view direction you would like to see). 
This should reinitialize only the selected render window (selected in the combo 
box at the top of the render window manager view) with the geometry bounds of 
the loaded image in this render window.

Best,

Amir

From: LOPEZ VELAZCO, ROCIO [mailto:rocio.lo...@upf.edu]
Sent: Wednesday, 27 June, 2018 18:03
To: Kalali, Amir
Cc: mitk-users@lists.sourceforge.net
Subject: Re: [mitk-users] Update different QmitkStdMultiWidget in same app

Ok, I fixed it. There was somewhere in the code a call to a global initialize 
vews...
But the second part of the email remains unanswered:

I also had a deep look at the RenderWindowManager Plugin (and module) and I was 
not able to achieve what I want.
Workbench Example: I load a MRI, a US and a US_Doppler images to the Workbench. 
I would like to show in the differnet renders:

  *   In the red (Axial) render: US axial view
  *   In the green (Sagittal) render: US_Doppler axial view
  *   In the blue (coronal) render: MRI axial view
By using RenderWindowManagerPlugin I was able to place each image in each 
render, however if US images are shown (which are similar in geometry), I can't 
see the MRI image. So I do a MRI Node Reinit and MRI is shown but not the US 
images... I am not able to see all of them together at the same time!
Is there any way to solve this? or what would be the direction?
Any inspiration would be very helpful!

Thank you very much in advance,

Best regards,

Rocío


--

Rocío López Velazco

SimbioSYS group, BCN MedTech

UniversityPompeu Fabra

Department of Information and Communication Technologies
Roc Boronat, 122 (Tànger Building),  08018 Barcelona
Office 55 119
https://bcn-medtech.upf.edu/



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to