How to get a region from points
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hg
am 21 Okt. 2015
Beantwortet: Walter Roberson
am 21 Okt. 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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/150648/image.png)
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 21 Okt. 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.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots 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!