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!