Open Source Computer Vision Library for Event-based camera and vision. Any contribution is welcomed.
- DAVIS
- DVS128
And more...
- Mac
- Linux
We are now preparing for Windows OS support. Stay tuned, or contribute!
- C++11
- CMake >= 3.1
OpenCV:brew install opencvorapt-get install libopencv-devLinkBoost >= 1.65:brew install boostorapt-get install libboost-all-devLinkEigen3:brew install eigenorapt-get install libeigen3-devLinklibcaer >= 2:brew install libcaerorbash install_dependencies.shLink
$ git clone https://github.com/EventVisionLibrary/evl.git
$ cd evl
$ cd examples
$ mkdir build
$ cd build
$ cmake ..
$ make
- Example: https://github.com/EventVisionLibrary/evl/tree/develop/examples
- Issue tracking: https://github.com/EventVisionLibrary/evl/issues
- One pull request per issue;
- lint checker command:
python cpplint.py --linelength=120 --counting=detailed $( find . -name '*.hpp' -or -name '*.cpp' | grep -vE "^./examples/build/" )
- Choose the right base branch;
- Include tests and documentation;
- Clean up "oops" commits before submitting;
- Follow the coding style guide.
BSD 3-clause License. See detail.
2018, Event Vision Library.