/opencv

Open Source Computer Vision Library

Primary LanguageC++Apache License 2.0Apache-2.0

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.