Code Monkey home page Code Monkey logo

ppl.cv's Introduction

ppl.cv

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

Source Tree Structure

┌────────────────────────────────────────────────────┐
│ directory or file              explanation         │
└────────────────────────────────────────────────────┘
 ppl.cv
  ├── .vscode                    Visual code settings
  ├── assets                     Asset files, such as pictures for testing
  ├── cmake                      CMake script
  │     ├─ x86.cmake             CMake configuration script for x86 architecture.
  │     ├─ cuda.cmake            CMake configuration script for cuda architecture.
  │     ├─ opencv.cmake          CMake configuration script for OpenCV.
  │     ├─ benchmark.cmake       CMake configuration script for benchmarks.
  │     ├─ unittest.cmake        CMake configuration script for unit tests .
  │     └─ deps.cmake            CMake configuration script for third-party dependencies.
  ├── src                        Source code directory
  │    └─ ppl
  │        └─ cv                 Common headers and source files are placed here
  │           ├─ cuda            All cuda source files are placed here
  │           ├─ x86             All x86 source files are placed here
  ├── .gitignore
  ├── CMakeLists.txt
  ├── README.md
  └── build.sh                   Shell scripts for building ppl.cv projects.

How To Build

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

$ cd ${path_to_ppl.cv}
$ ./build.sh x64                            # for linux-x86_64
$ ./build.sh cuda                           # for linux-x86_64_cuda

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.

ppl.cv's People

Contributors

openppl-public avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.