rossGardiner / opencv

Open Source Computer Vision Library

Home Page:https://opencv.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV: Open Source Computer Vision Library

Why this fork?

We've just added a small script to assemble a .deb package based on an opencv build. This we we have a pre-built version of opencv available.

To use the script:

  1. Follow the standard compilation instructions
  2. Copy package_opencv.sh to the library output directory of the build:
    cp package_opencv.sh ../opencv_build/
  3. Run the script from the opencv_build directory, passing the current system architecture:
    ./package_opencv.sh x86
    # OR
    ./package_opencv.sh armhf
  4. Rename the output .deb as desired

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.

About

Open Source Computer Vision Library

https://opencv.org

License:Apache License 2.0


Languages

Language:C++ 85.3%Language:C 4.1%Language:CMake 2.5%Language:Python 2.3%Language:Java 2.0%Language:Objective-C++ 1.0%Language:Cuda 0.8%Language:Swift 0.7%Language:JavaScript 0.6%Language:Objective-C 0.3%Language:HTML 0.1%Language:Shell 0.1%Language:Perl 0.0%Language:PowerShell 0.0%Language:TeX 0.0%Language:AIDL 0.0%Language:Batchfile 0.0%Language:Prolog 0.0%Language:Dockerfile 0.0%