Counting of Lights
이전 댓글 표시
Hi, Is there a way to check for some flashing lights within an video / picture and let the software count them?
Thanks
답변 (1개)
David Young
2012년 1월 11일
0 개 추천
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
Sascha
2012년 1월 11일
David Young
2012년 1월 11일
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.
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!