Intensity based background subtraction for effective object detection
2 views (last 30 days)
Show older comments
How can I consider n frames for comparison to find the stationary objects?
0 Comments
Answers (2)
Dima Lisin
on 21 Feb 2016
Try using vision.ForegroundDetector object in the Computer Vision System Toolbox.
0 Comments
Image Analyst
on 21 Feb 2016
My attached demo does exactly this. It computes a "background" image as the sum of previous frames in a video. Then it subtracts that from the current frame.
0 Comments
See Also
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!