OpenCV  4.7.0
Open Source Computer Vision
OpenCV usage with OpenVINO

Prev Tutorial: How to schedule your network for Halide backend

Next Tutorial: How to run deep networks on Android device

Original author Aleksandr Voron
Compatibility OpenCV == 4.x

This tutorial provides OpenCV installation guidelines how to use OpenCV with OpenVINO.

Since 2021.1.1 release OpenVINO does not provide pre-built OpenCV. The change does not affect you if you are using OpenVINO runtime directly or OpenVINO samples: it does not have a strong dependency to OpenCV. However, if you are using Open Model Zoo demos or OpenVINO runtime as OpenCV DNN backend you need to get the OpenCV build.

There are 2 approaches how to get OpenCV:

The instruction how to follow both approaches is provided in OpenCV wiki.