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 a7d6f105e7 Skip InferROI.TestStreamingInfer as unstable as it hangs on CI time-to-time. 1 year ago
.github Added job to test with real hardware. 1 year ago
3rdparty Merge pull request #24877 from zzuliys:feature/mac 1 year ago
apps Partially back-port #25075 to 4.x 1 year ago
cmake Merge pull request #25257 from Kumataro:fix25256 1 year ago
data
doc Merge pull request #25213 from mshabunin:fix-doc-buttons 1 year ago
include
modules Skip InferROI.TestStreamingInfer as unstable as it hangs on CI time-to-time. 1 year ago
platforms Merge pull request #25190 from klatism:android-config-flags-enhancement 1 year ago
samples Merge pull request #24877 from zzuliys:feature/mac 1 year ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #24877 from zzuliys:feature/mac 1 year ago
CONTRIBUTING.md
COPYRIGHT
LICENSE
README.md Space mistake in README.md 1 year ago
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