Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 590 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 590 Bytes

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