Intensity based background subtraction for effective object detection
古いコメントを表示
How can I consider n frames for comparison to find the stationary objects?
回答 (2 件)
Dima Lisin
2016 年 2 月 21 日
0 投票
Try using vision.ForegroundDetector object in the Computer Vision System Toolbox.
Image Analyst
2016 年 2 月 21 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!