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.
 
 
 
 
 
 
Abduragim Shtanchaev a2d2ea6536
Merge pull request #25727 from Abdurrahheem:ash/comf-denylist-reduce
8 months ago
.github Merge pull request #25458 from alexlyulkov:al/dnn-openvino-int-support 9 months ago
3rdparty Remove deprecated libjpeg build 9 months ago
apps
cmake Remove deprecated libjpeg build 9 months ago
doc Merge pull request #25324 from kaingwade:clean_haarcascades_jsbindings 10 months ago
include
modules Merge pull request #25727 from Abdurrahheem:ash/comf-denylist-reduce 8 months ago
platforms Merge branch 4.x 10 months ago
samples Merge pull request #25559 from gursimarsingh:improved_segmentation_sample 9 months ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt
CONTRIBUTING.md
COPYRIGHT
LICENSE Merge pull request #18073 from vpisarev:apache2_license 5 years ago
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