[Insight-users] Exact boundary obtained by the approximate boundary

Luis Ibanez luis.ibanez at kitware.com
Sun Apr 25 18:19:58 EDT 2010


Hi Superzz

A) Do you need to mark the pixels of the object boundary ?

or

B) Do you need to find locations of points in the boundary ?


If what you need is (A) then you could use the
CannyEdgeDetection filter.
http://www.itk.org/Doxygen/html/classitk_1_1CannyEdgeDetectionImageFilter.html

See the example in

Insight/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx


If what you need is (B) you may want to consider
Model-to-Image registration as described in the
example:

Insight/Examples/Registration/
        ModelToImageRegistration1.cxx
        ModelToImageRegistration2.cxx


   Regards,


          Luis


-------------------------------------------------------------------------------
On Sat, Apr 24, 2010 at 12:48 AM, superzz <jxdw_zlf at yahoo.com.cn> wrote:

>
> Hello
> I have an approximate round object in picture. I can use hough circle to
> determine the circle object center and radius. The hough circle result is
> its approximate boundary. I want to use hough circle result as inital
> result, and use some algorithm to obtain the exact boundary. What algorithm
> I should use?
>
> Thanks
>
> superZZ
> --
> View this message in context:
> http://old.nabble.com/Exact-boundary-obtained-by-the-approximate-boundary-tp28348334p28348334.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
>
> _____________________________________
> 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.html
>
> 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://www.itk.org/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100425/081f00b9/attachment.htm>


More information about the Insight-users mailing list