OpenCV_4.2.0/opencv-4.2.0
朱雅鸿 97158ca5f7 feat:first init 2024-07-25 16:47:56 +08:00
..
3rdparty feat:first init 2024-07-25 16:47:56 +08:00
apps feat:first init 2024-07-25 16:47:56 +08:00
cmake feat:first init 2024-07-25 16:47:56 +08:00
data feat:first init 2024-07-25 16:47:56 +08:00
doc feat:first init 2024-07-25 16:47:56 +08:00
include feat:first init 2024-07-25 16:47:56 +08:00
modules feat:first init 2024-07-25 16:47:56 +08:00
platforms feat:first init 2024-07-25 16:47:56 +08:00
samples feat:first init 2024-07-25 16:47:56 +08:00
.editorconfig feat:first init 2024-07-25 16:47:56 +08:00
CMakeLists.txt feat:first init 2024-07-25 16:47:56 +08:00
CONTRIBUTING.md feat:first init 2024-07-25 16:47:56 +08:00
LICENSE feat:first init 2024-07-25 16:47:56 +08:00
README.md feat:first init 2024-07-25 16:47:56 +08:00
SECURITY.md feat:first init 2024-07-25 16:47:56 +08:00

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.