mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 08:49:14 +08:00
Open Source Computer Vision Library
2b2e515a30
[G-API] Fix bugs in GIEBackend * Remove inputs/outputs map from IEUnit * Add test * Add NV12 test * Reorganize setBlob function * Check that backend don't overwrite blob precision * Stop setting config to global IE::Core * Replace mutable to const_cast * Update modules/gapi/test/infer/gapi_infer_ie_test.cpp * Update modules/gapi/test/infer/gapi_infer_ie_test.cpp * Make blob parameter as const ref * Cosmetic fixes * Fix failed test on inferROI * Removed double ref for ii * Disable tests * Skip tests if device not available * Use Sync prim under shared_ptr to avoid issue on MAC * Apply WA for IE::Core * Apply WA for MAC build * Try to apply another WA * Not release IE::Core for apple * Put comment * Support PreprocInfo for * InferROI * InferList * InferList2 * Remove empty line * Fix alignment Co-authored-by: Maxim Pashchenkov <maxim.pashchenkov@intel.com> |
||
---|---|---|
.github | ||
3rdparty | ||
apps | ||
cmake | ||
data | ||
doc | ||
include | ||
modules | ||
platforms | ||
samples | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
LICENSE | ||
README.md | ||
SECURITY.md |
OpenCV: Open Source Computer Vision Library
Resources
- Homepage: https://opencv.org
- Courses: https://opencv.org/courses
- Docs: https://docs.opencv.org/master/
- Q&A forum: https://forum.opencv.org
- previous forum (read only): http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
- Additional OpenCV functionality: https://github.com/opencv/opencv_contrib
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.