How to detect a specific area on image
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to detect the blue are only without white area and numbers?
2 Commenti
Risposte (1)
darova
il 25 Apr 2020
- binarize image
- remove small object like numers (bwareaopen)
- use find to get indices of corners you want
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!