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