Skip to content

This code, if runned identifies the differnces between current and before frames in a binary color scheme, and shows that

License

Notifications You must be signed in to change notification settings

Midhlaj2006/motion-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

motion-detector

This code, if ran, identifies the differnces between current and before frames in a binary color scheme, and shows that*

pre-requirements and download options

  • numpy

pip install numpy

  • opencv

pip install opencv-python

  • opencv-contrib

pip install opencv-contrib-python

Or just type in this for installing all of them together

pip install -r requirements.txt

execution

  • clone this repository by

    git : git clone https://github.com/Midhlaj2006/motion-detector.git

    gh : gh repo clone Midhlaj2006/motion-detector

  • change directory to motion-detector(which will newly appear on the location your terminal was running before), so you simply type

    cd motion-detector

  • then accomplish the requirements and then execute the python file by

    python detector.py

About

This code, if runned identifies the differnces between current and before frames in a binary color scheme, and shows that

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages