<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Thanks for your clarification, now I can compile my code in Release Mode and I have my output in a few seconds.<br><br>Neverthless now I have an other problem that I want to discuss with you. <br><br>My output is an dcm image but its pixels are all black...I can't see the skeleton because in my image all the white pixel disappear.... I think that it is a problem of <span class="clickable" onclick='redirectWR(event,"OXiten")'><span class="sg"><span class="se1"><span class="trn">algorithm's setting and that it erodes too much my image but I don't know how to solve this problem...<br>Could anyone help me?<br><br>Thanks a lot<br>Daniela<br><br></span></span></span></span><br><hr id="stopSpelling">Date: Thu, 27 May 2010 20:00:53 -0400<br>Subject: Re: [Insight-users] Skeleton - itkBinaryThinningImageFilter3D<br>From: luis.ibanez@kitware.com<br>To: danysunflower@hotmail.it<br>CC: dan.muel@gmail.com; insight-users@itk.org<br><br><br>Hi Daniela,<br><br><br>When you configure ITK with CMake, as well as <br> when you configure your application with CMake, <br>you will see a CMake variable:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CMAKE_BUILD_TYPE<br><br><br>You can set it to:<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp; Debug<br>&nbsp;&nbsp;&nbsp; <br>or <br><br>&nbsp;&nbsp;&nbsp;&nbsp; Release<br><br><br>When you do this on Linux:<br><br>Debug will add the "-g" flag to gcc's command line.<br><br>and <br><br>Release will add the -O3 optimization flag to gcc<br>
<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp; Regards,<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luis<br><br><br>-----------------------------<br><div class="ecxgmail_quote">On Thu, May 27, 2010 at 2:04 PM, Daniela Sacchetto <span dir="ltr">&lt;<a href="mailto:danysunflower@hotmail.it">danysunflower@hotmail.it</a>&gt;</span> wrote:<br>
<blockquote class="ecxgmail_quote" style="padding-left: 1ex;">



<div>
I'm working in Linux...I don't use a compiler but only Cmake... how can I check if I'm compiling in Release mode?<br>
Sorry for my question but I'm really not expert in this field...<br>
Thanks<br>
Daniela<br>&nbsp;<br>&gt; Date: Thu, 27 May 2010 19:49:22 +0200<br>&gt; Subject: Re: [Insight-users] Skeleton - itkBinaryThinningImageFilter3D<br>&gt; From: <a href="mailto:dan.muel@gmail.com">dan.muel@gmail.com</a><br>
&gt; To: <a href="mailto:danysunflower@hotmail.it">danysunflower@hotmail.it</a><br>&gt; CC: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><div><div></div><div class="h5"><br>
&gt; <br>&gt; Hi Daniela,<br>&gt; <br>&gt; Did you compile your code in Release mode? Most compilers can optimize<br>&gt; the code 50-300 times when in release mode.<br>&gt; <br>&gt; HTH<br>&gt; <br>&gt; Cheers, Dan<br>&gt; <br>
&gt; On 27 May 2010 16:56, Daniela Sacchetto &lt;<a href="mailto:danysunflower@hotmail.it">danysunflower@hotmail.it</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>
&gt; &gt; From: <a href="mailto:danysunflower@hotmail.it">danysunflower@hotmail.it</a><br>&gt; &gt; To: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><br>&gt; &gt; Subject: Skeleton - itkBinaryThinningImageFilter3D<br>
&gt; &gt; Date: Thu, 27 May 2010 16:51:14 +0200<br>&gt; &gt;<br>&gt; &gt; Hi everyone,<br>&gt; &gt;<br>&gt; &gt; I'm trying to use the itkBinaryThinningImageFilter3D; I downloaded<br>&gt; &gt; H.Homann's work (reference paper: ''Implementation of a 3D thinning<br>
&gt; &gt; algorithm'', Hanno Homann, Oxford University, Wolfson Medical Vision Lab )<br>&gt; &gt; and I tryed to run it with my images. I work with a 140x210x39&nbsp; bw US image.<br>&gt; &gt; In the filter's documentation I read that the code was tested with six<br>
&gt; &gt; different 300x300x40 images and the computation was finished within a few<br>&gt; &gt; seconds; my code is running since more than 20 minutes and it doesn't<br>&gt; &gt; stop.... Is it normal? What could it be the problem?<br>
&gt; &gt;<br>&gt; &gt; I add the code that I dowloaded.<br>&gt; &gt;<br>&gt; &gt; Regards<br>&gt; &gt; Daniela<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Un mondo di personalizzazioni per Messenger, PC e cellulare<br>
&gt; &gt; ________________________________<br>&gt; &gt; Che w_b sarebbe senza la "e"? Scarica Internet Explorer 8<br>&gt; &gt; _____________________________________<br>&gt; &gt; Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
&gt; &gt;<br>&gt; &gt; Visit other Kitware open-source projects at<br>&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>&gt; &gt;<br>
&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>&gt; &gt; <a href="http://www.kitware.com/products/protraining.html">http://www.kitware.com/products/protraining.html</a><br>&gt; &gt;<br>
&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>&gt; &gt; <a href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</a><br>&gt; &gt;<br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt; &gt; <a href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a><br>&gt; &gt;<br>&gt; &gt;<br>                                               <br><hr></div></div>Tanti account di posta? <a href="http://www.windowslive.it/hotmail/UnicaCasellaDiPosta.aspx">Unisci tutto sotto Hotmail</a></div>

<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>                                               <br /><hr />Un mondo di personalizzazioni <a href='http://www.pimpit.it/' target='_new'>per Messenger, PC e cellulare</a></body>
</html>