Can you help me to identify these shapes?
1 回表示 (過去 30 日間)
古いコメントを表示
I am working on a project where i have to identify shapes on the pictures taken from a webcam.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157740/image.jpeg)
This is the picture I have.
The thing is that i am not able to convert it properly into a binary image from where I can use it to identify the shapes. Please can anybody assist.
2 件のコメント
Walter Roberson
2014 年 2 月 28 日
What error do you get when you attempt to convert it to a binary image?
回答 (2 件)
Walter Roberson
2014 年 2 月 28 日
Your threshold is too high for the one on the left. The one on the right is going to be a problem, so imclose() it so you can get the boundary, then when you have extracted the region you can start doing edge processing.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!