Remove moving objects to get the background from multiple images. [closed]
Hi. I want to find the background in multiple images captured with a fixed camera. Camera detect moving objects(animal) and captured sequential Images. So I need to find a simple background image by process 5 to 10 captured images with same background. Can someone help me please??
These are some sample images:
See what berak said, especially getBackgroundImage(OutputArray backgroundImage)
i got BG by calculating average of multiple images. but getting small noise.. trying to remove that.