Open Source Computer Vision Library https://opencv.org/
 
 
 
 
 
 
Alexander Alekhin 068ebe8b4d Merge pull request #12693 from peters:patch-1 7 years ago
.github
3rdparty 3rdparty/protobuf: fix compilation issue on s390 7 years ago
apps
cmake cmake: move Matlab scripts to opencv_contrib (#12541) 7 years ago
data
doc Fix typo "wit" -> "with" 7 years ago
include
modules Merge pull request #12693 from peters:patch-1 7 years ago
platforms Merge pull request #12661 from Slyce-Inc:fix-xcode10-bitcode 7 years ago
samples add Net::getUnconnectedOutLayersNames method 7 years ago
.gitattributes
.gitignore
CMakeLists.txt cmake: move Matlab scripts to opencv_contrib (#12541) 7 years ago
CONTRIBUTING.md
LICENSE
README.md

README.md

OpenCV: Open Source Computer Vision Library

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.