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 58e007e183
Merge pull request #25583 from mshabunin:fix-emd-32bit
1 year ago
.github Added experimental build for Windows ARM64 to CI. 1 year ago
3rdparty Merge pull request #24782 from FantasqueX:4.x-zlib-ng 1 year ago
apps Merge pull request #25445 from Kumataro:fix25403 1 year ago
cmake Merge pull request #24782 from FantasqueX:4.x-zlib-ng 1 year ago
data Merge pull request #22727 from su77ungr:patch-1 3 years ago
doc doc: fix env change method in the environment reference 1 year ago
include
modules Merge pull request #25583 from mshabunin:fix-emd-32bit 1 year ago
platforms Added FaceDetectorYN to OpenCV JS API. 1 year ago
samples Update text_detection.cpp 1 year ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #24782 from FantasqueX:4.x-zlib-ng 1 year ago
CONTRIBUTING.md
COPYRIGHT copyright: 2023 (update) 2 years ago
LICENSE
README.md Space mistake in README.md 1 year ago
SECURITY.md Updated PGP key for security reports 2 years ago

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