<br><br>Hi Superzz<br><br>A) Do you need to mark the pixels of the object boundary ?<br><br>or<br><br>B) Do you need to find locations of points in the boundary ?<br><div class="gmail_quote"><br><br>If what you need is (A) then you could use the <br>
CannyEdgeDetection filter.<br><a href="http://www.itk.org/Doxygen/html/classitk_1_1CannyEdgeDetectionImageFilter.html">http://www.itk.org/Doxygen/html/classitk_1_1CannyEdgeDetectionImageFilter.html</a><br><br>See the example in <br>
<br>Insight/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx<br><br><br>If what you need is (B) you may want to consider <br>Model-to-Image registration as described in the<br>example:<br><br>Insight/Examples/Registration/<br>
        ModelToImageRegistration1.cxx<br>        ModelToImageRegistration2.cxx<br><br><br>   Regards,<br><br><br>          Luis<br><br><br>-------------------------------------------------------------------------------<br>
On Sat, Apr 24, 2010 at 12:48 AM, superzz <span dir="ltr">&lt;<a href="mailto:jxdw_zlf@yahoo.com.cn">jxdw_zlf@yahoo.com.cn</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hello<br>
I have an approximate round object in picture. I can use hough circle to<br>
determine the circle object center and radius. The hough circle result is<br>
its approximate boundary. I want to use hough circle result as inital<br>
result, and use some algorithm to obtain the exact boundary. What algorithm<br>
I should use?<br>
<br>
Thanks<br>
<br>
superZZ<br>
--<br>
View this message in context: <a href="http://old.nabble.com/Exact-boundary-obtained-by-the-approximate-boundary-tp28348334p28348334.html" target="_blank">http://old.nabble.com/Exact-boundary-obtained-by-the-approximate-boundary-tp28348334p28348334.html</a><br>

Sent from the ITK - Users mailing list archive at Nabble.com.<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" 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" 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.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br>