How can I get the outer most contour of the syntax (contour)?
2 views (last 30 days)
Show older comments
Using the syntax (contour), I will have 10 contours for a binary image!! and when I assign 1 in the syntax, I will get the inner most contour. How can I get the outer most contour only?
4 Comments
Image Analyst
on 26 Feb 2018
Edited: Image Analyst
on 26 Feb 2018
Please attach your binary image and tell us what you want. I think you can get what you want without using contour, such as by hole filling with imfill(), or by using bwperim(), bwconvhull(), or bwboundaries() or something. It really doesn't make much sense to use contour on a binary image if you think about it.
Answers (0)
See Also
Categories
Find more on Contour Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!