mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
Open Source Computer Vision Library
dae1fc8889
* G-API/Samples: Added a simple "privacy masking camera" sample The main idea is to host this code for an opencv.org blog post only * G-API/Samples: Modified privacy masking camera code to look better for the post * G-API/Samples: fix Windows (MSVC) support in Privacy Masking Camera * G-API/Samples: Addressed the majority of review comments in PMC * G-API/Samples: Use TickMeter to measure time + more info in cmd options * G-API/Samples: fix yet another Windows warning in PMC * G-API/Samples: Fix wording in PMC cmd arg parameters * Fix wording, again * G-API/Samples: Fix PMC cmd-line arguments, again |
||
---|---|---|
.github | ||
3rdparty | ||
apps | ||
cmake | ||
data | ||
doc | ||
include | ||
modules | ||
platforms | ||
samples | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
SECURITY.md |
OpenCV: Open Source Computer Vision Library
Resources
- Homepage: https://opencv.org
- Docs: https://docs.opencv.org/master/
- Q&A forum: http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
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.