Detect object in motion
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all,
Having a set of frame, I want to detect which object is in movement. I don't need nothing more than a mask that for each frame is positive just for that object. I also believe that it will be fine to detect it between 2 frames and I also don't need small objects in movement, but just one that are significantly noticeable.
There is a quick way to do this ?
Thank you very much
댓글 수: 0
답변 (1개)
Image Analyst
2014년 2월 8일
See my demo, attached below in blue, where I calculate the difference between a frame and the average of N prior frames. Adapt it as needed.
댓글 수: 4
Image Analyst
2014년 2월 9일
Well that's all I have for you: my demo and a link to the CVS Toolbox. So good luck.
참고 항목
카테고리
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!