[Insight-users] segmentation with ITK+GUI interface
Sylvain Jaume
sylvain at csail.mit.edu
Sat Jan 16 01:10:52 EST 2010
Hi Marco,
MITK is certainly an excellent programming platform. Alternatively you
could easily create a plugin for Slicer. With the same code, you can
build both a command line executable and a Slicer extension module. A
good starting point is Sonia Pujol's HelloWorld plugin tutorial:
http://www.slicer.org/slicerWiki/index.php/Slicer3.4:Training
BTW, the Simple Region Growing module by Jim Miller might already do
what you need:
http://wiki.slicer.org/slicerWiki/index.php/Modules:Simple_Region_Growing-Documentation-3.4
Slicer has a BSD-style license. Feel free to modify the code to fit your needs!
Best,
Sylvain
2010/1/15 Marco Gheza <marcogheza4mailinglists at gmail.com>
> Hi,
> I'm doing a little project which uses ITK and GUI support in C++. My
> purposes are that:
>
> 1. load a 3d medical image data with different formats (also binary);
> 2. do a segmentation (preferibly watershed) with interaction (possibility
> of inserting seeds point);
> 3. create an interface with a GUI toolkit such as fltk or kwwidget;
> 4. glue ITK code with GUI code in order to have a light program with a
> simple interface.
>
> Does anyone know if a program like that already exists? Sorry, but i'm a
> newbie and so i have a lot of difficult expecially creating an interface
> support on my own program.
>
> Thanks to everyone,
>
> Marco
More information about the Insight-users
mailing list