Writing a program to detect motion in a still video.
显示 更早的评论
I want to write a program that could analyze a video and differences within the video. The scenario would be: say I am video taping a fish in a tank that the fish is not in frame. I want the program to be able to tell me when the fish crossed the camera and at what time it crossed. Is something like this possible? Thanks for any help as I am new to programming and just trying to get this done for a simple project.
Thanks Steve
回答(1 个)
Anand
2014-4-2
0 个投票
If you have the Computer Vision System Toolbox, you can use the vision.ForegroundDetector object.
3 个评论
Alex Lanter
2014-4-2
编辑:Alex Lanter
2014-4-2
Anand
2014-4-2
I'm not sure, that depends on how constant the background is. My guess would be no. It's not meant to work with a moving camera.
Image Analyst
2014-4-2
If the background is uniform and the camera and fish are both moving, then you can't tell the speed with respect to the background, only the relative speed of the fish to the camera. If you just want to detect a fish with a smooth background and don't care about measuring it's speed, then that might be able to be done depending on how easy it is to distinguish the fish from the background.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Support Package for USB Webcams 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!