Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (14 loc) · 1.02 KB

A generic library for motion detection using Emgu.CV framework

This is the project of the libMotionDetection library. It uses the MotionHistory class for motion detection.

This is the project for the helpful library libVideoCapture for getting information for the video input capture device. It uses the library DirectShowLib to get those information.

This is the project of a sample Windows Forms application for motion detection of the available capture devices. It is based on the Motion Detection example of Emgu.CV framwork.

TODO

  • Crossplatform
  • Use other algorithms for motion detection
  • Unit tests

Resources