[Insight-users] active contour based segmentation
Dan Mueller
dan.muel at gmail.com
Mon Dec 1 06:49:52 EST 2008
Hi Juliette,
Welcome to ITK!
I would recommending starting by reading the ITK Software Guide,
especially section 9.3:
http://www.itk.org/ItkSoftwareGuide.pdf
Then take a look at the examples:
Examples\Segmentation\
> The CurvesLevelSetImageFilter example found in segmentation example folder
> has the same code as the fast marching algorithms!
Are you sure of this? I have downloaded ITK 3.10.0,
Examples\Segmentation\CurvesLevelSetImageFilter.cxx and
Examples\Segmentation\FastMarchingImageFilter.cxx seem quite
different.
If there are no examples showing the filter you want, perhaps try the tests:
Testing\Code\Algorithms
Testing\Code\BasicFilters
There are a number of Insight Applications which use level set
segmentation methods:
SNAP: http://www.itksnap.org
Applications\CannyLevelSet
Applications\FastMarchingLevelSet
Applications\GeodesicActiveContour
Applications\LevelSetSegmentation
Applications\LiverTumorSegmentation
Applications\SimpleLevelSetsExample
Applications\ThresholdSegmentationLevelSet
Applications\ThresholdSegmentationLevelSetFltkGui
Hope this helps.
Regards, Dan
2008/12/1 Juliette Deniau <juliette.deniau at yahoo.fr>:
> Dear itk users,
>
> I'm new to itk , I have just installed itk(version 3.10) with vtk and fltk.
> I'm doing my MSc project in image segmentation (computer vision field not
> medical images.)
>
> As I heard itk is a very good tool for medical image segmentation as most of
> the famous algorithms are already ready to use for any image size and type.
> I would like to use the active contour based segmentation for 2D image
> segmentation but I couldn't find a code example for it.. I have checked and
> found that there are two active contour based filters:
> itk::CurvesLevelSetFunction and itk::NarrowBandCurvesLevelSetImageFilter but
> I couldn't find an example for their use.
>
> The CurvesLevelSetImageFilter example found in segmentation example folder
> has the same code as the fast marching algorithms!
>
> Can any one guide me on how to use the active contour segmentation method
> with itk? is there any insightapplication for it ?
>
> Any reply is highly appreciated
>
> Best Regards
>
> Juliette
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list