[ITK Community] [Insight-users] I meet some problem when using FastMarchingImageFilter , please help me !

Luis Ibanez luis.ibanez at kitware.com
Fri Dec 13 08:57:26 EST 2013


Hi Zhq,

When running the FastMarching example, it is critical to do the following:


1) Place the seed points in the locations of the anatomy,
     that you want to segment.

     Did you adjusted the location of the seed points to your image ?


2)  Adjust the values of Alpha and Beta in the Sigmoid filter to the range
     of intensities of the image produced by the Gradient magnitude filter.

     Have you adjusted these values ?

     It is useful to save the output image of the GradientMagnitude filter
     and inspect it directly with an image viewer.

      Instructions on this are available in the software guide.


3)  Once you have inspected the gradient magnitude output,
      proceed to adjust the Alpha and Beta in the sigmoid until you
      get almost a black and white image as output.

      For this, it also helps to save the image in a file and to inspect
      it with an image viewer.

4) Finally, the "stoppingTime" parameter in the fastMarching filter
     is also a critical parameter to define when the filter stops
propagating
     the front.


Please review these check points above, and if you continue having
difficulties, please post your input image in a public web site, so that
we could inspect it and give it a try.


    Thanks

         Luis




On Thu, Dec 12, 2013 at 9:34 PM, zhq <15891495523 at 126.com> wrote:

> Dear all :
>        I run the code ,FastMarchingImageFilter.cxx , which included
> in InsightToolkit\Examples\Segmentation , a problem appears :
>        When the code runs to the sentence , fastMarching->Update() ,
>
>         This process occupies 25% of the CPU, and the code stop in this
> sentence .
>         What the problem could be ?
>         Thanks in advance !
> zhq
>
>
> 来自网易手机号码邮箱了解更多 <http://shouji.163.com>
>
> _____________________________________
> 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.php
>
> 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://public.kitware.com/pipermail/community/attachments/20131213/f744b789/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: QQ??20131213102857.jpg
Type: image/jpeg
Size: 29904 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/community/attachments/20131213/f744b789/attachment.jpg>
-------------- next part --------------
_____________________________________
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.php

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


More information about the Community mailing list