Detect object in motion
2 次查看(过去 30 天)
显示 更早的评论
Hi all,
Having a set of frame, I want to detect which object is in movement. I don't need nothing more than a mask that for each frame is positive just for that object. I also believe that it will be fine to detect it between 2 frames and I also don't need small objects in movement, but just one that are significantly noticeable.
There is a quick way to do this ?
Thank you very much
0 个评论
回答(1 个)
Image Analyst
2014-2-8
See my demo, attached below in blue, where I calculate the difference between a frame and the average of N prior frames. Adapt it as needed.
4 个评论
Image Analyst
2014-2-9
Well that's all I have for you: my demo and a link to the CVS Toolbox. So good luck.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!