How to measure weight and size of a object in matlab
3 次查看(过去 30 天)
显示 更早的评论
How to measure weight and size of a object in image in matlab . The object should be elliptical or oval.
2 个评论
Peng LI
2020-4-24
How to measure the elongation, rectangularity, circularity, solidity, compactness, and area of the red contour?
回答(2 个)
Grigory Tagiltsev
2018-2-9
If you have this object as an image, binarize the image and use regionprops command (image processing toolbox required). https://www.mathworks.com/help/images/ref/regionprops.html
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!