Measure the surface of trapezium image
5 views (last 30 days)
Show older comments
Emmanuella al
on 10 Mar 2016
Commented: Image Analyst
on 11 Mar 2016
Hello, does anyone know how I can measure the surface/area of images of trapezoidal shape in matlab? Thank you
0 Comments
Accepted Answer
Image Analyst
on 11 Mar 2016
Try polyarea(). If that doesn't work for you, then explain your situation better.
2 Comments
Image Analyst
on 11 Mar 2016
If you don't have coordinates, then segment the region and use regionprops() and ask for Area. See my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
More Answers (0)
See Also
Categories
Find more on Elementary Polygons in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!