How to do background subtraction on a video that has constant movement
8 次查看(过去 30 天)
显示 更早的评论
My question is, what is the best method of doing background subtraction on a video that has constant movement? e.g. it would not have a frame where the background is fully in show.
I was thinking about getting a mode frame, by taking the mode of all frames within the video, and then using this frame to perform background subtraction, however I am unsure how to do this in code. Any help would be greatly appreciated, Thanks
0 个评论
回答(1 个)
Tala
2022-3-29
If your background is not moving, try foreground detector. If you dont have enough frame that represents your background, reduce th enumber of "NumTrainingFrames".
0 个评论
另请参阅
类别
在 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!