Suitable algorithm for *non-adaptive* background removal

asked 2014-11-10 05:45:27 -0600

k_sze gravatar image

I'm using OpenCV 2.4.10.

If I understand correctly, BackgroundSubtractorMOG and BackgroundSubtractorMOG2 are specifically designed for background removal in real-time, in an adaptive way (the internal background model of the subtractor adapts to the last N frames that are fed in).

What if I can capture a sequence where I know the whole scene is the background, and I don't need the background subtraction to work in real-time.

I have hundreds of sequences of pre-recorded jpeg files of an indoor room, with some people walking around. And I also have a pre-recorded control sequence where the whole room is the background, with no person in it. Is there a better algorithm that I can use to perform background removal?

edit retag flag offensive close merge delete