EventVisionLibrary / evl

Event Vision Library (EVL)
BSD 3-Clause "New" or "Revised" License
26 stars 4 forks source link

Event Vision Library (EVL)

CircleCI

Open Source Computer Vision Library for Event-based camera and vision. Any contribution is welcomed.

Supported devices

And more...

Installation

Supported OS

We are now preparing for Windows OS support. Stay tuned, or contribute!

Requirements

Build

$ git clone https://github.com/EventVisionLibrary/evl.git
$ cd evl
$ cd examples
$ mkdir build
$ cd build
$ cmake ..
$ make

Resources

Contributing

python cpplint.py --linelength=120 --counting=detailed $( find . -name '*.hpp' -or -name '*.cpp' | grep -vE "^./examples/build/" )

License

BSD 3-clause License. See detail.

2018, Event Vision Library.