[ITK-users] help me

Jon Haitz Legarreta jhlegarreta at vicomtech.org
Tue Jun 21 17:19:47 EDT 2016


Hi Miekolin,
the itk::ConfidenceConnectedImageFilter [1] (if that is the one you are
using) requires a seed (or point inside the structure of interest in your
image) to start developing its segmentation algorihm.

Having a look at the implementation itself [2], there are no such SeedX or
SeedY functions, but rather one named SetSeed, which makes sense given that
ITK is a toolkit to deal with N-dimensional images.

Reading the software guide [3] is a must when beginning to work with ITK.
The filter you are supposedly using is explained in section 4.1.4, p.354.

HTH
JON HAITZ

[1]
https://itk.org/Doxygen/html/classitk_1_1ConfidenceConnectedImageFilter.html
[2]
https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Segmentation/RegionGrowing/include/itkConfidenceConnectedImageFilter.hxx
[3] https://itk.org/ItkSoftwareGuide.pdf


_____________________________________
> 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://public.kitware.com/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160621/ec174b03/attachment.html>


More information about the Insight-users mailing list