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 opencv
orapt-get install libopencv-dev
LinkBoost >= 1.65
:brew install boost
orapt-get install libboost-all-dev
LinkEigen3
:brew install eigen
orapt-get install libeigen3-dev
Linklibcaer >= 2
:brew install libcaer
orbash install_dependencies.sh
Link
$ 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.