Skip to content

ESE-Peasy/opencv

 
 

Repository files navigation

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

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.6%
  • C 4.0%
  • CMake 2.5%
  • Python 2.3%
  • Java 2.0%
  • Objective-C++ 1.0%
  • Other 2.6%