<div dir="ltr">Hi Miekolin,<br>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.<br><br>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.<br><br>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.<br><br>HTH<br>JON HAITZ<br><br>[1] <a href="https://itk.org/Doxygen/html/classitk_1_1ConfidenceConnectedImageFilter.html">https://itk.org/Doxygen/html/classitk_1_1ConfidenceConnectedImageFilter.html</a><br>[2] <a href="https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Segmentation/RegionGrowing/include/itkConfidenceConnectedImageFilter.hxx">https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Segmentation/RegionGrowing/include/itkConfidenceConnectedImageFilter.hxx</a><br>[3] <a href="https://itk.org/ItkSoftwareGuide.pdf">https://itk.org/ItkSoftwareGuide.pdf</a><br><br><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><br></pre></div></div></div></div></div></div></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div></div>