gaurav274 / ML--Codebook-Mog-Algorithm

Codebook/Mog implementation to tackle foreground background segregation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the code, do the following

1.  cd codebook
    cmake .
    make
    ./CBDriver <name-of-video>

2.  cd mog
    cmake .
    make
    ./VideoTest -vid <name-of-video>

3. We have not added the source code for ViBe because it was available from the authors on request.

4. The codebook algorithm here is that after the implementation of edge detection and cache based filtering.

About

Codebook/Mog implementation to tackle foreground background segregation


Languages

Language:C++ 96.8%Language:CMake 2.0%Language:Shell 1.3%