ppl.cv is a high-performance image processing library of openPPL supporting x86, aarch64 and cuda platforms.
This project is configured by cmake scripts. A simple build script is provided.
$ cd ${path_to_ppl.cv}
$ ./build.sh x86_64 # for linux-x86_64
$ ./build.sh aarch64 # for linux-aarch64
$ ./build.sh cuda # for linux-x86_64_cuda
Using vs2015 for example:
build.bat -G "Visual Studio 14 2015 Win64" -DPPLCV_USE_X86_64=ON
ppl.cv
uses doxygen
to generate API docs and examples in html format:
doxygen docs/Doxyfile
then open html/index.html
in your web browser.
This project uses Contributor Covenant as code of conduct. Any contributions would be highly appreciated.
This project is distributed under the Apache License, Version 2.0.