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 9813ea2b7a
Merge pull request #25306 from utibenkei:fix_build_of_dynamic_framework_for_visionos
11 months ago
.github Added experimental build for Windows ARM64 to CI. 11 months ago
3rdparty fix download file hash value mismatch issue 11 months ago
apps
cmake
data
doc Fixing code example on 11 months ago
include
modules Merge pull request #25306 from utibenkei:fix_build_of_dynamic_framework_for_visionos 11 months ago
platforms
samples Merge pull request #25357 from cabelo:yolov8m 11 months ago
.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