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 318b7ec3e6
Merge pull request #25045 from AleksandrPanov:aruco_fix_unnecessary_copying
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 Add missing <sstream> includes 1 year ago
cmake Merge pull request #24969 from asmorkalov:as/android_offline 1 year ago
data Merge pull request #22727 from su77ungr:patch-1 2 years ago
doc Merge pull request #24898 from Abdurrahheem:ash/yolo_ducumentation 1 year ago
include
modules fix unnecessary copying 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 copyright: 2023 (update) 2 years ago
LICENSE
README.md Update README.md - remove IndieGoGo, add Support OpenCV page 1 year ago
SECURITY.md Updated PGP key for security reports 2 years ago

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