[Insight-users] Skeleton - itkBinaryThinningImageFilter3D

Luis Ibanez luis.ibanez at kitware.com
Thu May 27 20:00:53 EDT 2010


Hi Daniela,


When you configure ITK with CMake, as well as
when you configure your application with CMake,
you will see a CMake variable:

              CMAKE_BUILD_TYPE


You can set it to:

     Debug

or

     Release


When you do this on Linux:

Debug will add the "-g" flag to gcc's command line.

and

Release will add the -O3 optimization flag to gcc



     Regards,


         Luis


-----------------------------
On Thu, May 27, 2010 at 2:04 PM, Daniela Sacchetto <danysunflower at hotmail.it
> wrote:

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


More information about the Insight-users mailing list