Dear MITK Developers,

I'm trying to propose an easy segmentation solution that use Fast Marching
Segmentation. The idea is to offer fast preview using the 2D Fast Marching
Segmentation and then apply the 3D one using the same parameter. For that,
I would like to control the 2D FastMarchingTool and FastMarchingTool3D
without any interaction from the user. The user should just click and have
seeding and update done. Parameter adjustment will be done by a unique
slider able to generate all range of parameter values. After diving in the
FastMarchingTool code, it become clear that, in order to control the tool,
I need to emit specific events that trigger seeding and update of the
segmentation preview.

Which micro-service and which class should I use to trigger this events ?

Is there a better solution ? Or should I simply reimplement my own tool
using the FastMarching code which is already quite heavy ?

Before being able to use the tool, I also want to create "Segmentation"
object from the code. Which micro-service should I use ? How do I get
access to those micro-service using the context object ?(or other type of
dependency injection).



Cheers,

Cyril MONGIS

-- 
Mit freundlichen Grüßen
Cyril MONGIS
--------------------------------

Dr. Cyril MONGIS
Software Developer

Tel: +49 6221 3543445 <+49%206221%203543445>
Mob: +49 163 3349042 <+49%20163%203349042>
E-Mail: cyril.mon...@inova-de.eu
Web: https://inova-de.eu
Linkedin: https://www.linkedin.com/company/inova-de

Inova DE GmbH
Sitz: Kaiserstraße 64, 69115 Heidelberg, Germany

Amtsregister Mannheim: HRB 722938, USt-IdNr.: DE 301814751 Steuernummer:
32494/63607
Geschäftsführer: Vitor Vieira

Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse, dem Anwaltsgeheimnis
unterliegende oder sonstige vertrauliche Informationen enthalten. Sollten
Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme
des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich
untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene
E-Mail. Vielen Dank!
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately and delete this e-mail from your system. Thank you!

Please think twice before printing this e-mail: save paper, toner and the
environment.
------------------------------------------------------------------------------
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