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 a865fd6f00 Fixed AndroidManifest.xml syntax in Android camerapreview sample 10 months ago
.github
3rdparty ffmpeg/4.x: update FFmpeg wrapper 2023.12 11 months ago
apps
cmake Merge pull request #24843 from asmorkalov:as/android_drop_aidl 11 months ago
data
doc Merge pull request #24843 from asmorkalov:as/android_drop_aidl 11 months ago
include
modules Merge pull request #24858 from Dhanwanth1803:avx-fix 10 months ago
platforms Merge pull request #24849 from alexlyulkov:al/aar-javadoc 11 months ago
samples Fixed AndroidManifest.xml syntax in Android camerapreview sample 10 months ago
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt Manage Python Limited API version externally. 11 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