Hi Luis,<div><br></div><div>I&#39;m getting a bit confused about the configuration of all these things. Just to confirm, what I have to do is:</div><div><br></div><div>1) Install ITK with cmake (I used VS10 to generate the binaries)<br>
2) Install Qt (I installed &quot;qt-win-opensource-4.7.1-vs2008&quot; using windows installer but I was wondering if I have to install Qt downloading the source files and using cmake. If this is the way, what should I write in the CMakeLists?)</div>
<div>3)Install VTK with cmake providing the location of some Qt files (I used VS10)</div><div><br></div><div>After this I tried to execute the VTK helloworld but it didn&#39;t run because it can&#39;t find the QtGuid4.dll.</div>
<div><br></div><div>For each project I may write the files in Visual Studio but I need to build them with cmake, isn&#39;t that right?</div><div><br></div><div>In this whole story where comes the revision control, and what are the advantages of using it?</div>
<div><br></div><div>Just another thing, I want to build x86 applications and as so I&#39;m always using the x86VS10 to compile all this things. Besides this I work in w7x64 environment. Do I have to take any precautions? </div>
<div><br></div><div>Wouldn&#39;t it be simpler to configure ITK and VTK to work with Qt creator? I was trying this at first but I don&#39;t know why, I was having some trouble using Msys and MinGW to generate the binaries from ITK.</div>
<div><br></div><div>Sorry for all this questions, but I&#39;m a newbie in this things and I wasn&#39;t yet able to find any document capable of answering this questions for me.</div><div><br></div><div>Thanks, Nuno</div><div>
<br></div><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">2011/2/21 Nuno Barros <span dir="ltr">&lt;<a href="mailto:nunopbarros@gmail.com">nunopbarros@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Luis,<div><br></div><div>I&#39;ll do as you say and maybe I&#39;ll try MITK or CTK later.</div><div><br></div><div>Thanks<br><br><div class="gmail_quote">2011/2/21 Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;</span><div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Nuno,<br>
<br>
There are certainly multiple options here,<br>
<br>
So, let me suggest one of them only:<br>
<br>
<br>
1) Combine ITK, VTK and Qt<br>
<br>
<br>
2) Use them all at the C++ level<br>
<br>
<br>
3) Use CMake for configuring them together<br>
    (don&#39;t generate project from QtCreator, nor VStudio<br>
     CMake can do this cleaner for you, and in a format<br>
     that you can put in revision control (CVS/SVN/Git) )<br>
<br>
<br>
4) If you need DICOM, ITK provides it via GDCM.<br>
    If you need Query/Retrive, ITKv4 will have it by September.<br>
    otherwise you should go with DCMTK<br>
<br>
<br>
5) Should you pick DCMTK, then you should look at CTK<br>
<br>
      <a href="http://www.commontk.org/index.php/Main_Page" target="_blank">http://www.commontk.org/index.php/Main_Page</a><br>
<br>
     This library already combines VTK, Qt and DCMTK<br>
<br>
      (I believe the MITK developers are also collaborating in CTK).<br>
<br>
<br>
6)  Stay away from Tcl if you can.    :-)<br>
<br>
<br>
<br>
     Luis<br>
<br>
<br>
<br>
-----------------------------------------------------------<br>
<div><div></div><div>On Sun, Feb 20, 2011 at 8:22 AM, Nuno Barros &lt;<a href="mailto:nunopbarros@gmail.com" target="_blank">nunopbarros@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; I need some advise.<br>
&gt; I&#39;m used to work with MATLAB in medical image processing but, in order to<br>
&gt; produce software applications capable of being introduced in a clinical<br>
&gt; environment I want to move to something more professional. The solution<br>
&gt; should gather:<br>
&gt; -speed<br>
&gt; -good documentation (I need to be able to learn by myself and found<br>
&gt; solutions for the problems that may occur)<br>
&gt; -flexibility for development of image processing functions<br>
&gt; -DICOM reader<br>
&gt; -GUI development tools<br>
&gt; I think I should use ITK, VTK and Qt, but I don&#39;t know what&#39;s the best<br>
&gt; solution to mix these libraries. I heard of different options and I want to<br>
&gt; know your opinion:<br>
&gt; - Should I build these libraries to write the program in Qt creator or in<br>
&gt; VS? (I was trying to build ITK with cmake using msys to go for the first<br>
&gt; solution (Qt creator) but I did not succeed)<br>
&gt; - MITK is a good solution?<br>
&gt; - Should I add other libraries like gdcm or dcmtk for DICOM reading? If yes,<br>
&gt; which one?<br>
&gt; - Should I use Tcl to simplify coding in VTK, or this will turn things even<br>
&gt; more complicated?<br>
&gt;<br>
&gt; I&#39;m really confused because I see a lot of solutions and I don&#39;t want to<br>
&gt; take an option now that may lead me to a dead end.<br>
&gt; I don&#39;t if it helps but I&#39;m working with Win7 x64 and VS10.<br>
&gt; Thanks, Nuno<br>
</div></div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
</blockquote></div></div></div><br></div>
</blockquote></div><br></div>