cameracv/libs/opencv
2023-05-18 21:39:43 +03:00
..
3rdparty initial commit 2023-05-18 21:39:43 +03:00
apps initial commit 2023-05-18 21:39:43 +03:00
cmake initial commit 2023-05-18 21:39:43 +03:00
data initial commit 2023-05-18 21:39:43 +03:00
doc initial commit 2023-05-18 21:39:43 +03:00
include initial commit 2023-05-18 21:39:43 +03:00
modules initial commit 2023-05-18 21:39:43 +03:00
platforms initial commit 2023-05-18 21:39:43 +03:00
samples initial commit 2023-05-18 21:39:43 +03:00
.gitignore initial commit 2023-05-18 21:39:43 +03:00
CMakeLists.txt initial commit 2023-05-18 21:39:43 +03:00
CONTRIBUTING.md initial commit 2023-05-18 21:39:43 +03:00
COPYRIGHT initial commit 2023-05-18 21:39:43 +03:00
LICENSE initial commit 2023-05-18 21:39:43 +03:00
README.md initial commit 2023-05-18 21:39:43 +03:00
SECURITY.md initial commit 2023-05-18 21:39:43 +03:00

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.