Giter Site home page Giter Site logo

nikdavis / safe Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 18.2 MB

"Situational Awareness Fault-Finder Extension" -- Software to track and notify of rearward, vehicular collisions

License: GNU General Public License v3.0

Makefile 2.07% Shell 0.15% C++ 79.15% C 17.34% Python 0.58% CMake 0.09% MATLAB 0.62%

safe's Introduction

Purpose

This software is was intended to be a safety device for automobiles and motorcycles. It tracks vehicular movement behind a vehicle, and alerts with sound on an impending collision.

Development and running

Mac / OS X

You will need brew in order to install opencv.

Install openCV 2:

brew install opencv@2 --with-ffmpeg -v
brew link opencv@2 --force

The core of the project is in the safe folder. Compile the code: cd ./safe make clean && make or make clean && make debug (the latter can be used with GDB)

Run the binary:

With a video file: ./safe -v <video_file> (TODO: find somewhere to host sample videos. I can distribute these on request)

or with your webcam: ./safe -c <index_of_your_webcam> (usually 0 unless you have multiple webcams)

safe's People

Contributors

mastehr avatar kimcuc90 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.