Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

Is the opencv version supplied as part of OpenVINO include IPP?

T_mas_T_
Beginner
487 Views

I've noticed considerable performance increase when rolling IPP into OpenCV. There is no mention of IPP. Is it included?

0 Kudos
1 Solution
Maksim_S_Intel
Employee
487 Views

Yes, OpenCV for OpenVINO is built with IPP 2018.0.2. You can check it by calling cv::getBuildInformation() function (C++) or building and running opencv_version sample application.

View solution in original post

0 Kudos
1 Reply
Maksim_S_Intel
Employee
488 Views

Yes, OpenCV for OpenVINO is built with IPP 2018.0.2. You can check it by calling cv::getBuildInformation() function (C++) or building and running opencv_version sample application.

0 Kudos
Reply