Skip to content

yy502/motion-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acknowledgement

This was forked from https://github.com/jooray/motion-detection

Dependency

opencv - in Debian, install as below

sudo apt-get install libopencv-dev

Compilation

cmake .
make

Usage

./motion-detection <input_video> <output_dir> [<changes_threshold> <motion_deviation>]

Defaults:

  • changes_threshold = 10
  • motion_deviation = 20

About

Detect motion in a movie file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.3%
  • CMake 5.9%
  • Shell 0.8%