[Insight-developers] programs creating GUI

Andras Lasso lasso at cs.queensu.ca
Tue May 3 09:44:47 EDT 2011


I would recommend 3D Slicer for loading an image, display slices, place seed
points, etc. then implement your processing in a command-line (CLI) module.
This is a well-documented process
(http://www.slicer.org/slicerWiki/index.php/Slicer3:Developers), you can
find many CLI module examples in the Slicer source code, and you can get
help through the Slicer developers mailing list.

 

Andras

 

From: insight-developers-bounces at itk.org
[mailto:insight-developers-bounces at itk.org] On Behalf Of john smith
Sent: Tuesday, May 03, 2011 3:48 AM
To: insight-developers at itk.org
Subject: [Insight-developers] programs creating GUI

 

Hello,

I want to create a GUI, which will contain a menu bar, in order to load an
image, see the image slices of the 3 axies and the 3D volume.In the menu bar
I want to create buttons, with which I will apply different kind of itk
filters in my loaded image. Moreover, I would like to have interaction with
my image and locate my own seed points using my mouse on the image. As I
have read, I found two different programs to create my GUI. The first, is
itk-snap which uses Qt and FLTK and the second is MITK which uses Qt and
VTK. It's the first time that I am using a program to create my own GUI. I
would like to know, which are the main differences between the itk-snap and
MITK? Secondly, which one between these two programs you will recomend for a
beginner in GUI developing?

Thanks in advance

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20110503/39f1fa6c/attachment.htm>


More information about the Insight-developers mailing list