opencv/modules/gapi
Anatoliy Talamanov 5330112f05
Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend
[G-API] Implement OpenVINO 2.0 backend #23595

### Pull Request Readiness Checklist

Implemented basic functionality for `OpenVINO` 2.0 G-API backend.

#### Overview
- [x] Implement `Infer` kernel with some of essential configurable parameters + IR/Blob models format support.
- [ ] Implement the rest of kernels: `InferList`, `InferROI`, `Infer2` + other configurable params (e.g reshape)
- [x] Asyncrhonous execution support
- [ ] Remote context support

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [ ] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2023-06-02 14:31:03 +03:00
..
cmake Supressed tones of Wdeprecated-copy that jump out of GTes after XCode update to 13.1 on Mac M1. 2023-02-02 13:54:47 +03:00
doc Merge pull request #21775 from luzpaz:typos/gapi 2022-04-13 17:06:37 +00:00
include/opencv2 Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2023-06-02 14:31:03 +03:00
misc/python Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2023-06-02 14:31:03 +03:00
perf Merge pull request #21797 from anna-khakimova:ak/merge3_extend_supported_types 2023-05-31 14:59:39 +03:00
samples Merge pull request #23211 from TolyaTalamanov:at/pipeline-modeling-tool-perf-alignment 2023-02-15 14:04:14 +03:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2023-06-02 14:31:03 +03:00
test Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2023-06-02 14:31:03 +03:00
CMakeLists.txt Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2023-06-02 14:31:03 +03:00