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.
 
 
 
 
 
 
Maksim Shabunin 7654d06b83 WinRT/UWP build: fix more warnings in media part 4 weeks ago
.github Force contributors to define Apache 2.0 license for the new PRs. 5 months ago
3rdparty Add the missing license description. 1 month ago
apps
cmake WinRT/UWP build: fix more warnings in media part 4 weeks ago
data
doc Update py_thresholding.markdown 1 month ago
include
modules WinRT/UWP build: fix more warnings in media part 4 weeks ago
platforms Merge pull request #26374 from OrkWard:fix-js-build-script 4 weeks ago
samples Merge pull request #26212 from jamacias:feature/TickMeter-lasttime 1 month ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt build: set cmake policy for if(IN_LIST) support 1 month ago
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