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.
 
 
 
 
 
 
刘雄康 ba483dfbb8 fix [use hasattr("cv2", "name") ,but first param is 'character string', 11 months ago
.github
3rdparty Suppress TBB compilation warnings visible during Android SDK build. 11 months ago
apps
cmake Merge pull request #24930 from asmorkalov:as/android_enable_native_aar 11 months ago
data
doc docs: move detail section of group to the top of the page 11 months ago
include
modules fix [use hasattr("cv2", "name") ,but first param is 'character string', 11 months ago
platforms Merge pull request #24946 from alexlyulkov:al/kotlin-tests2 11 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