How to get a region from points

2 ビュー (過去 30 日間)
Hg
Hg 2015 年 10 月 21 日
回答済み: Walter Roberson 2015 年 10 月 21 日
Below is a scatter plot from array that I get using boundary(). How can I get a region so that I can use regionprops() to find the centroid, orientation etc.

採用された回答

Walter Roberson
Walter Roberson 2015 年 10 月 21 日
You could dilate the image repeatedly until the boundary closed (at which point there would be only one blob) and then erode it again maintaining continuity; see bwmorph() for useful functions.

その他の回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by