Skip to content

joeyahines/motion_detector

Repository files navigation

Motion Detector

A motion detector made for ELEC 7450: Digital Image Processing.

Video is taken from a video source using Video for Linux. Video is displayed using SDL.

Requirements

  • CMake 3.15
  • SDL 2.0
  • Linux system
  • A V4L Source

Building Motion Detector

git clone https://github.com/joeyahines/motion_detector
cd motion_detector
mkdir build
cd build
cmake ../
make 

Running

To run in Motion Detector Mode:

./motion_detector /dev/video0

To run in Test Mode:

./motion_detector_test /path/to/CDNET/dat number_of_frames

About

ELEC 7450: Digital Image Processing Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published