How to get a region from points

2 views (last 30 days)
Hg
Hg on 21 Oct 2015
Answered: Walter Roberson on 21 Oct 2015
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.

Accepted Answer

Walter Roberson
Walter Roberson on 21 Oct 2015
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.

More Answers (0)

Categories

Find more on Images 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!