Skip to content

samdish/ocv-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open CV based demo code to detect oncoming high beams on road

Using Open CV in C++ to process feed and wiringPi in C to control GPIO of Raspberry Pi. Cross-compiling using CMake and GCC.

Build Instructions (master branch, Linux flavours)

  1. git clone THIS_REPOSITORY
  2. cd THIS_REPOSITORY
  3. cmake . && make
  4. ./Core

Additional Notes

master contains standalone code, optimsed for production.

visual-demo contains the video output as well for testing and analysing. Need to be booted into a GUI to run this.

datadump contains comparison between output of MSER application on a pre-recorded video processed using Open CV and MatLab separately.

About

Open CV Practice repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.6%
  • CMake 9.4%