Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.3 KB

SSIGLib - Smart Surveillance Interest Group Library

BSD License Build Status codecov.io

The Smart Surveillance Interest Group Library (SSIGLib) is a C/C++ library built to provide a set of functionalities that aid researchers not only on the development of surveillance systems but also on the creation of novel solutions for problems related to video surveillance.

The SSIGLib was designed to provide features for a good scene understanding, scalability, real-time operation, multi-sensor environment, usage of low cost standard components, and communication control.

Contributing

Simple way:

  1. Fork it!
  2. Create your feature branch: git checkout -b feature-feat_name
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature-feat_name
  5. Submit a pull request :D

Detailed way:

As a side note new test cases, documentation and bug reports would be really helpful.

Please visit our Wiki Page.