Intensity based background subtraction for effective object detection
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I consider n frames for comparison to find the stationary objects?
0 commentaires
Réponses (2)
Dima Lisin
le 21 Fév 2016
Try using vision.ForegroundDetector object in the Computer Vision System Toolbox.
0 commentaires
Image Analyst
le 21 Fév 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 commentaires
Voir également
Catégories
En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!