andrewssobral / bgslibrary

A C++ Background Subtraction Library with wrappers for Python, MATLAB, Java and GUI on QT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the default algorithm used in bgs?

Senwang98 opened this issue · comments

Hi,
I have built this repo, when I use run_video.sh, I felt condused about which algorithm did you used.
Since there are many algorithms in demo2.py, so I wonder the default one.

Hello @1187697147 ,
The default algorithm is the Frame Difference, defined in the config/FrameProcessor.xml file.

You're welcome!