
How to detect a specific area on image
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos

How to detect the blue are only without white area and numbers?
2 comentarios
Respuestas (1)
darova
el 25 de Abr. de 2020
- binarize image

- remove small object like numers (bwareaopen)

- use find to get indices of corners you want

0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!