Skip to content

bezbahen0/MotionDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Detection

Working Example

Working example

Project Description

Requirements

To compile this code you need to install opencv

sudo apt-get install libopencv-dev 

Installation

git clone https://github.com/bezbahen0/MotionDetection
cd MotionDetection
mkdir build 
cd build
cmake ..
make 
./MotionDetection

Execution

To run this application execute this

./MotionDetection

Links

https://bitworks.software/high-speed-movement-detector-opencv-numba-numpy-python.html https://github.com/bwsw/rt-motion-detection-opencv-python

About

Motion detection c++, with opencv

Topics

Resources

Stars

Watchers

Forks