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 5bad694b7f Removed old C API usage in new findContours implementation. 10 months ago
.github Added experimental build for Windows ARM64 to CI. 10 months ago
3rdparty fix download file hash value mismatch issue 10 months ago
apps
cmake
data
doc Fixing code example on 10 months ago
include
modules Removed old C API usage in new findContours implementation. 10 months ago
platforms
samples Merge pull request #25357 from cabelo:yolov8m 10 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