Hi Anika,

maybe the ultrasound module MITK-US is of interest for you. It's still under development, but the feature to record and play US image streams is already planned. If you want to move the US image in the world coordinate space you also need to know it's transform, e.g. by tracking the US probe. This was also already done, but only with real tracking systems by using the module MITK-IGT. There is also a virtual tracking device and a tracking data player in MITK-IGT which might be of interest for your problem. However, at the moment a lot is going on in this area and there will be a big update of both modules (MITK-US and MITK-IGT) in the descember release. Maybe it would be worthwhile to wait for the new features.

Until then, as a quite simple manual way you can just modifiy the geometry of you US image (Example: usImageDataNode->GetData()->GetGeometry()->SetIndexToWorldTransform(myTransform)). This allows you to move your (static) US image in the world coordinate space by manually defining the transform. But if you want so simulate a continous US-image stream together with the trajectory of the probe I would recommend you to use MITK-US together with MITK-IGT and possibly wait for the new features.

Regards,

Alfred Franz



Am 27.09.2013 11:56, schrieb Anika Meyer:
Hi! I need some help: I want to imitate the view of a sonography. But sonography is not always done in a straight axial, coronal or sagittal plane but something inbetween. Is it possible to create aslant axes, so the cuts would be differnet?
Thank you!
Anika
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to