Covex Hull and Bounding Box , how to show the results?

1 Ansicht (letzte 30 Tage)
mustafa alnasser
mustafa alnasser am 6 Jan. 2013
Dear All;
how can we show the results of convex hull and bounding box after using the function regionprops. in other words , how can i see it in a figure showing the polygon that enclose the points and bounding box .
Thanks and Best Regards;
Mustafa

Antworten (2)

Matt J
Matt J am 6 Jan. 2013
Bearbeitet: Matt J am 6 Jan. 2013
You could use the PATCH command (with FaceColor set to 'none' if you only want the edges displayed, and EdgeColor set to something bright).

Image Analyst
Image Analyst am 6 Jan. 2013
You can use plot() to draw the outlines in the overlay. See my BlobsDemo image segmentation tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

Kategorien

Mehr zu Bounding Regions finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by