
How to detect a specific area on image
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

How to detect the blue are only without white area and numbers?
2 commentaires
Réponses (1)
darova
le 25 Avr 2020
- binarize image

- remove small object like numers (bwareaopen)

- use find to get indices of corners you want


0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!