GitHunt
GA

gaurav274/ML--Codebook-Mog-Algorithm

Codebook/Mog implementation to tackle foreground background segregation

To run the code, do the following

  1. cd codebook
    cmake .
    make
    ./CBDriver

  2. cd mog
    cmake .
    make
    ./VideoTest -vid

  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.

Languages

C++96.8%CMake2.0%Shell1.3%

Contributors

Created October 30, 2018
Updated October 30, 2018
gaurav274/ML--Codebook-Mog-Algorithm | GitHunt