Extracting bright spots on image
Mostrar comentarios más antiguos
Does any of you can help me on finding bright spots on an image?
We have a traffic light and the problem is that we have to extract the exact coordinates of each led of traffic light. Check the attached photo.

One idea is that to somehow binerize the image so that the pixels with high intensity get a value of 1 and others get 0. Then using the bwconncomp function we can find the coordinates of each led.
The problem is that binearizing the image doesn't always return good results. One example of binerizing the attached image is also included.

Any idea on how to binerize image so that the effect of light from the adjacent leds is removed?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!