<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16525" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello everybody,</FONT></DIV>
<DIV><FONT face=Arial size=2> I'm actually trying to use Qt as
GUI and ITK as processing tool. What I would like to do, is to load an image
stack with ITK, display it on the GUI in order to set some
parameters then launch itk processing on those images.</FONT></DIV>
<DIV><FONT face=Arial size=2>I made with Qt a little custom widget allowing to
load and browse in a top to down view from first to last image an image
stack with a slider, but using QImage type actually, I need to change
it.</FONT></DIV>
<DIV><FONT face=Arial size=2>I found a quite old discussions (2003) on that
problem (<A
href="http://public.kitware.com/pipermail/insight-users/2003-August/004568.html">http://public.kitware.com/pipermail/insight-users/2003-August/004568.html</A> and
<A
href="http://public.kitware.com/pipermail/insight-users/2003-December/005963.html">http://public.kitware.com/pipermail/insight-users/2003-December/005963.html</A>)
I have to look on Luis's cited ressources in the second link, but I would
like to know if actually there are some new other ways to do that job, perhaps
more efficiently or less memory consuming (I would like to avoid to duplicate
data in memory).</FONT></DIV>
<DIV><FONT face=Arial size=2>My configuration is a bi-opteron (dual core
each) w/ 16 Go RAM and a Nvidia Quadro FX 4400 as graphic card, should be the
Luis's "VTK render window in the Qt GUI displaying" solution the best one
?</FONT></DIV>
<DIV><FONT face=Arial size=2>nic</FONT></DIV></BODY></HTML>