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.
 
 
 
 
 
 
Suleyman TURKMEN f503890c2b
Merge pull request #26152 from sturkmen72:m_buf_supported
3 days ago
.github Force contributors to define Apache 2.0 license for the new PRs. 3 months ago
3rdparty Merge pull request #26143 from asmorkalov:as/HAL_opticalFlowLK 3 days ago
apps
cmake Merge pull request #25901 from mshabunin:fix-riscv-aarch-baseline 1 week ago
data
doc Update remap tutorial 2 weeks ago
include
modules Merge pull request #26152 from sturkmen72:m_buf_supported 3 days ago
platforms
samples Merge pull request #26154 from cabelo:yolov5l 3 days ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt
CONTRIBUTING.md
COPYRIGHT
LICENSE
README.md Space mistake in README.md 7 months ago
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