Open Source Computer Vision Library https://opencv.org/
 
 
 
 
 
 
Alexander Alekhin c3e409f950 ocl: update program cache defaults 8 years ago
.github
3rdparty cmake: unpack IPPICV into binary directory 8 years ago
apps
cmake ocl: update compiled programs 8 years ago
data
doc Merge pull request #7866 from alalek:update_waitKey 8 years ago
include
modules ocl: update program cache defaults 8 years ago
platforms
samples bug fix for #7846 8 years ago
.gitattributes
.gitignore
.tgitconfig
CMakeLists.txt
CONTRIBUTING.md
LICENSE
README.md

README.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: https://github.com/opencv/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.