Skip to content

nagesh-c/Adaptive-Background-Learning-algorithm-implementation-for-Background-Subtraction

Repository files navigation

The Adapative Background Learning is a background subtraction algorithm which models the each frame, based on this model the background subtraction of the frames happen.

To execute :

g++ -o output main.cpp AAdaptiveBackgroundLearning.cpp
./output.out "videofile_path"

Or

in main.cpp, change VideoCapture call initialization to 0, to apply for real camera.

Output will be:

 Input Window
 Background Subtracted Window
 Modeling Window.

About

Paper for this can be found here:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages