[Insight-users] Is there an implementation of any snake(or active contour) algorithm in ITK?
Luis Ibanez
luis.ibanez@kitware.com
Thu, 12 Sep 2002 07:18:34 -0400
Hi Zhao,
You may want to try the GeodesicActiveContourImageFilter:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1GeodesicActiveContourImageFilter.html
An example is available under:
Insight/Testing/Code/Algorithms/itkGeodesicActiveContoursTest.cxx
This filters applies a LevelSet approach for computing the
evolution of a contour.
It has the advantage of being pretty stable.
Please let us know if you any questions on the use of this
filter.
Thanks
Luis
==============================================
zhao wrote:
> Hi Luis,
>
> Is there an implementation of any snake(or active contour) algorithm in ITK? Thanks!
>
> Zhao
>
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>
>