Counting of Lights
Afficher commentaires plus anciens
Hi, Is there a way to check for some flashing lights within an video / picture and let the software count them?
Thanks
Réponses (1)
David Young
le 11 Jan 2012
0 votes
Sure, but exactly how you do it depends on many factors which you haven't stated in your question.
Without that information, the best I can suggest is to use thresholding to pick out lights if they are brighter than other things in the images, and use image differencing to detect on/off transitions if there is little or no motion between frames. If there is motion, you might need to do some tracking to follow the lights.
If you have the Image Processing Toolbox, look through the Users Guide, and especially work through the demos, picking up relevant techniques as you go.
2 commentaires
Sascha
le 11 Jan 2012
David Young
le 11 Jan 2012
For a start, you could see whether the average brightness of each frame is sufficient to detect the flashes. If a graph of the mean graylevel against frame number shows clear peaks, then maybe that's all you need.
Catégories
En savoir plus sur Lighting, Transparency, and Shading dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!