Intensity based background subtraction for effective object detection
Ältere Kommentare anzeigen
How can I consider n frames for comparison to find the stationary objects?
Antworten (2)
Dima Lisin
am 21 Feb. 2016
0 Stimmen
Try using vision.ForegroundDetector object in the Computer Vision System Toolbox.
Image Analyst
am 21 Feb. 2016
0 Stimmen
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.
Kategorien
Mehr zu Computer Vision Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!