I'm just getting started with OpenCV. I came across this question, and I'm trying to find where that code came from. Any ideas?

link|improve this question
I think this is what Linetor meant, but if anyone else has a better idea feel free to edit. – Dominic Rodger Sep 7 '10 at 10:08
feedback

1 Answer

If you don't have reference image of the background then you could try to make an average of first n frames and use such resultant image as a reference. This number, n, could be 20 or similar and it should be enough if the scene isn't too complex. I recommend you to read a chapter about background subtraction in official OpenCV book (http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134) as there are some of other similar techniques presented.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.