フィルターのクリア

Find multiple objects and their dimensions in image

1 回表示 (過去 30 日間)
jpirozzolo
jpirozzolo 2017 年 7 月 7 日
コメント済み: jpirozzolo 2017 年 7 月 12 日
I am working on a machine learning program in python that classifies cicadas (type of insect) in an image. I wrote the classifier in python, but that requires dimensions that I feed to it from an image. I thought that MATLAB would be an effective way to find the dimensions of these insects from an image, but can't find a way to find the dimensions of multiple objects. What would be the most effective way to do this? And which methods would be able to return height and width of the insects. photos: https://drive.google.com/drive/folders/0BxhgVftMoWYAZWxVYjNHUjlGQW8?usp=sharing

採用された回答

Akhilesh Mishra
Akhilesh Mishra 2017 年 7 月 11 日
You can try using 'regionprops' function. Please refer to the following documentation for a relevant example and detailed documentation of this function -
  1 件のコメント
jpirozzolo
jpirozzolo 2017 年 7 月 12 日
Thanks so much, that gave me what I needed.

サインインしてコメントする。

その他の回答 (1 件)

Image Analyst
Image Analyst 2017 年 7 月 11 日
See my File Exchange for a variety of Image Segmentation methods: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downloads_desc
Attach your image(s) here if you want me to look at them, not some third party site.

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by