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 Lyulkov 02b3518a3b Added Kotlin test, changed Kotlin version for OpenCV 10 months ago
.github Added job to test with real hardware. 10 months ago
3rdparty ffmpeg/4.x: update FFmpeg wrapper 2023.12 11 months ago
apps
cmake Added Kotlin test, changed Kotlin version for OpenCV 10 months ago
data
doc Merge pull request #24898 from Abdurrahheem:ash/yolo_ducumentation 10 months ago
include
modules Added Kotlin test, changed Kotlin version for OpenCV 10 months ago
platforms Added Kotlin test, changed Kotlin version for OpenCV 10 months ago
samples Build warning fix in Tutorial4-OpenCL. 10 months ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Merge pull request #24934 from GengGode:fix 10 months ago
CONTRIBUTING.md
COPYRIGHT
LICENSE
README.md Update README.md - remove IndieGoGo, add Support OpenCV page 11 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