Skip to content

Codebook/Mog implementation to tackle foreground background segregation

Notifications You must be signed in to change notification settings

gaurav274/ML--Codebook-Mog-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published