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 a2e23fa988
Merge pull request #25059 from opencv-pushbot:gitee/alalek/core_fix_float16
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 Merge pull request #25059 from opencv-pushbot:gitee/alalek/core_fix_float16 11 months ago
platforms Merge pull request #24946 from alexlyulkov:al/kotlin-tests2 11 months ago
samples
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #24934 from GengGode:fix 12 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