Skip to content

madprog/opencv3_for_ppa

 
 

Repository files navigation

OpenCV: Open Source Computer Vision Library

Gittip

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of 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.

Things I broke in making the PPA

  • Didn't forward-port any of the non-Linux, non-x64 patches
  • Stripped out Java support
  • Disabled compilation of samples/ ( BUILD_EXAMPLES=OFF in rules )
  • The build-static-libs patch has been applied but there's a dependency problem so it's been neutered
  • Added code to skip .AppleDouble directories when glob-adding paths & file in modules/

About

Open Source Computer Vision Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.6%
  • Cuda 5.9%
  • C 3.0%
  • Java 2.3%
  • CMake 2.1%
  • Python 1.5%
  • Other 0.6%