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.
 
 
 
 
 
 
Maksim Shabunin 32d3d6fa97 build: minor changes for cmake 3.30 and some cleanup 3 months ago
.github Force contributors to define Apache 2.0 license for the new PRs. 5 months ago
3rdparty Got rid of CAROTENE_NEON_ARCH and use standard __ARM_ARCH check. 3 months ago
apps Merge pull request #25582 from fengyuentau:dnn/dump_pbtxt 7 months ago
cmake build: minor changes for cmake 3.30 and some cleanup 3 months ago
data
doc Make T a math symbol 3 months ago
include
modules Merge pull request #26071 from tingboliao:4.x 3 months ago
platforms Merge pull request #25986 from asmorkalov:as/js_for_contrib 3 months ago
samples Added python branch to stitching tutorial. 3 months ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt build: minor changes for cmake 3.30 and some cleanup 3 months ago
CONTRIBUTING.md
COPYRIGHT
LICENSE
README.md
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