System information (version)
- OpenCV =4.5.4
- Operating System / Platform => Windows 64 Bit
- OpenCV package from => https://github.com/opencv/opencv/releases/download/4.5.4/opencv-4.5.4-openvino-dldt-2021.4.1-vc16-avx2.7z
Detailed description
I apply OpenCV GAPI with the following simple image processing.
cv::gapi::convertTo();
cv::gapi::resize();
cv::gapi::blur();
cv::gapi::mul;
After compiling the c++ application, it requires the following dll to run:
inference_engine.dll
ngraph.dll
opencv_dnn454.dll
opencv_features2d454.dll
opencv_flann454.dll
inference_engine_transformations.dll
Are these dlls really used in such a simple GAPI graph?