how to get boundary details of particular object in an image
1 view (last 30 days)
Show older comments
how should i get bounadary details of required object(i.e coordinates of that boundary) in an image.
0 Comments
Accepted Answer
Sean de Wolski
on 20 Apr 2011
The edge image?
doc edge
doc bwperim
doc bwboundaries
Or the BoundingBox output from regionprops
doc regionprops
0 Comments
More Answers (1)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!