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 e665d2d636
Merge pull request #25325 from asmorkalov:as/tiff_flags
11 months ago
.github Added job to test with real hardware. 1 year ago
3rdparty fix download file hash value mismatch issue 11 months ago
apps Partially back-port #25075 to 4.x 12 months ago
cmake Merge pull request #25257 from Kumataro:fix25256 11 months ago
data
doc Merge pull request #25213 from mshabunin:fix-doc-buttons 11 months ago
include
modules Merge pull request #25325 from asmorkalov:as/tiff_flags 11 months ago
platforms Merge pull request #25190 from klatism:android-config-flags-enhancement 11 months ago
samples Merge pull request #24877 from zzuliys:feature/mac 11 months ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #24877 from zzuliys:feature/mac 11 months ago
CONTRIBUTING.md
COPYRIGHT
LICENSE
README.md Space mistake in README.md 12 months 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