How do I find the area inside a shape?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Is there a way to find the areas of the different shapes in this image in one piece of code?
0 Kommentare
Antworten (1)
Elizabeth Reese
am 29 Nov. 2017
Using the Image Processing Toolbox in MATLAB, you can provide the binary image and the properties ('Area') that you would like and the function "regionprops" will return those statistics for the regions that are detected in the image.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!