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.
 
 
 
 
 
 
Anatoliy Talamanov 5fbf3d85bf
Merge pull request #25054 from TolyaTalamanov:at/gapi-lower-supported-ie-backend-version
12 months ago
.github Added job to test with real hardware. 1 year ago
3rdparty Suppress TBB compilation warnings visible during Android SDK build. 12 months ago
apps
cmake Merge pull request #25024 from vrabaud:neon 12 months ago
data
doc docs: move detail section of group to the top of the page 12 months ago
include
modules Merge pull request #25054 from TolyaTalamanov:at/gapi-lower-supported-ie-backend-version 12 months ago
platforms Merge pull request #24562 from savuor:fix_build_sdk 12 months 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