This application is maintained and developed by CVision, but we welcome contributions from individuals and other organizations. Feel free to contact us on our website if you have an idea, feature request, or contribution to make.
This project uses the Google C++ style guide. Refer to this for coding practices and naming conventions.
When running cmake, the option BUILD_TESTS must be enabled.
After CMake has been run the ALL_BUILD or INSTALL target has been built, unit tests can be run by typing:
cmake --build . --target RUN_TESTS --config Release
or on linux/mac:
make test