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.
 
 
 
 
 
 
cudawarped 8baf46c0a8 Add bindings and test 3 years ago
.github build: harden arm64-build-checks.yml permissions 3 years ago
3rdparty Fix multiple sdtlib linkage warning on Windows with MSVS. 3 years ago
apps
cmake Merge pull request #22286 from asenyaev:asen/disabled_compiling_warnings_4.x 3 years ago
data
doc added opencv for openvino tutorial 3 years ago
include
modules Add bindings and test 3 years ago
platforms riscv: use /opt/riscv path in toolchain 3 years ago
samples Merge pull request #22444 from catree:feat_calibrate_camera_exe_initial_guess_4.x 3 years ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt
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.