Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ryo H e4ef88c623 Fixed typo. 1 year ago
.github Added job to test with real hardware. 1 year ago
3rdparty Fixed typo. 1 year ago
apps Add missing <sstream> includes 1 year ago
cmake Merge pull request #24930 from asmorkalov:as/android_enable_native_aar 1 year ago
data
doc docs: move detail section of group to the top of the page 1 year ago
include
modules Fixed typo. 1 year ago
platforms Merge pull request #24946 from alexlyulkov:al/kotlin-tests2 1 year ago
samples Build warning fix in Tutorial4-OpenCL. 1 year ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #24934 from GengGode:fix 1 year ago
CONTRIBUTING.md
COPYRIGHT
LICENSE
README.md Update README.md - remove IndieGoGo, add Support OpenCV page 1 year ago
SECURITY.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.

Additional Resources