Open Source Computer Vision Library https://opencv.org/
 
 
 
 
 
 
Abduragim Shtanchaev 5260b48695
Merge pull request #25390 from Abdurrahheem:ash/0d-padding-layer
10 months ago
.github Merge pull request #25428 from asmorkalov:as/win32_arm_ci_5.x 11 months ago
3rdparty Remove deprecated libjpeg build 10 months ago
apps Merge pull request #25445 from Kumataro:fix25403 11 months ago
cmake Remove deprecated libjpeg build 10 months ago
doc Merge pull request #25324 from kaingwade:clean_haarcascades_jsbindings 11 months ago
include Move objdetect HaarCascadeClassifier and HOGDescriptor to contrib xobjdetect (#25198) 12 months ago
modules Merge pull request #25390 from Abdurrahheem:ash/0d-padding-layer 10 months ago
platforms Merge branch 4.x 11 months ago
samples Merge pull request #25559 from gursimarsingh:improved_segmentation_sample 10 months ago
.editorconfig add .editorconfig 7 years ago
.gitattributes cmake: generate and install ffmpeg-download.ps1 7 years ago
.gitignore Merge pull request #17165 from komakai:objc-binding 5 years ago
CMakeLists.txt Merge branch 4.x 11 months ago
CONTRIBUTING.md
COPYRIGHT copyright: 2023 (update) 2 years ago
LICENSE Merge pull request #18073 from vpisarev:apache2_license 5 years ago
README.md Merge branch 4.x 11 months 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