Outer and inner contour of the image from the centroid
    4 views (last 30 days)
  
       Show older comments
    
    Ivan Shorokhov
      
 on 5 Jan 2015
  
    
    
    
    
    Commented: Image Analyst
      
      
 on 5 Jan 2015
            Hello everybody,
I have following image:

 I would like to find the Outer and inner contour of the image from the centroid, for example as here:

I would appreciate any help!
Thanks in advance!
0 Comments
Accepted Answer
  Image Analyst
      
      
 on 5 Jan 2015
        Use bwconvhull() and then bwboundaries(). The outer is the boundaries of the convex hull. To get the inner, subtract or XOR the original from the convex hull, then call bwboundaries().
2 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

