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 Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!