Intensity based background subtraction for effective object detection
Mostrar comentarios más antiguos
How can I consider n frames for comparison to find the stationary objects?
Respuestas (2)
Dima Lisin
el 21 de Feb. de 2016
0 votos
Try using vision.ForegroundDetector object in the Computer Vision System Toolbox.
Image Analyst
el 21 de Feb. de 2016
0 votos
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.
Categorías
Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!