
How to detect a specific area on image
3 ビュー (過去 30 日間)
古いコメントを表示

How to detect the blue are only without white area and numbers?
2 件のコメント
回答 (1 件)
darova
2020 年 4 月 25 日
- binarize image

- remove small object like numers (bwareaopen)

- use find to get indices of corners you want


0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!