Background subtraction algorithm for real time video?

조회 수: 2 (최근 30일)
Pruthvi
Pruthvi 2014년 2월 16일
댓글: Image Analyst 2020년 4월 28일
How do I perform background subtraction for video input from my web cam? I know how to do this for images and video files, but not for real time video.
  댓글 수: 2
nabihaa izzaty
nabihaa izzaty 2018년 4월 19일
Hi David, can I know the code for background substraction for the image and the video files?
Image Analyst
Image Analyst 2018년 4월 19일
nabihaa, my code in my answer gives code to subtract an image (generated from the average of some prior frames) from the current frame. Of course you could adapt it to subtract a constant, fixed image that you read from disk if you want. That should be trivial.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2014년 2월 16일
편집: Image Analyst 2014년 2월 16일
This is done in my demo, attached below. You just need to adapt it to call getsnapshot instead of read() so that it get image from your webcam rather than a video file.
  댓글 수: 9
Mrityunjay Jha
Mrityunjay Jha 2020년 4월 28일
Hello Sir. Can I get the description for this code, so that it will be easy to understand?
Image Analyst
Image Analyst 2020년 4월 28일
I'm attaching the latest version. I think it's pretty well commented. Again, it's for a video but you need to change read() to getsnapshot() or whatever the command for a web cam is if you want to do it in real time rather than from a pre-recorded video.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Nitin
Nitin 2014년 2월 16일
You could get the frames from each video and apply your algorithm on each one. Is speed the issue here?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by