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.
 
 
 
 
 
 
Alexander Smorkalov faba2d8148
Merge pull request #25067 from danoli3:master
9 months ago
.github
3rdparty Fixed typo. 9 months ago
apps
cmake Merge pull request #24930 from asmorkalov:as/android_enable_native_aar 9 months ago
data
doc docs: move detail section of group to the top of the page 9 months ago
include
modules Merge pull request #25067 from danoli3:master 9 months ago
platforms Merge pull request #25084 from EDVTAZ:emscripten-3.1.54-compat 9 months ago
samples
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt
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