irexyc / ppl.cv

ppl.cv is a high-performance image processing library of openPPL supporting various platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ppl.cv

ppl.cv is a high-performance image processing library of openPPL supporting x86, aarch64 and cuda platforms.

How To Build

This project is configured by cmake scripts. A simple build script is provided.

Linux

$ 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

Windows

Using vs2015 for example:

build.bat -G "Visual Studio 14 2015 Win64" -DHPCC_USE_X86_64=ON

Documentation

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.

Documents

Contact Us

Contributions

This project uses Contributor Covenant as code of conduct. Any contributions would be highly appreciated.

Acknowledgements

License

This project is distributed under the Apache License, Version 2.0.

About

ppl.cv is a high-performance image processing library of openPPL supporting various platforms.

License:Apache License 2.0


Languages

Language:C++ 82.6%Language:Cuda 17.1%Language:CMake 0.2%Language:Shell 0.0%Language:Batchfile 0.0%