Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6797 Discussions

If I want to interact with OpenCV in C#, do I have to download the evaluation copy of IPP.

lovelyxinxin1983
Beginner
676 Views
Hello , there.
I want to invoke OpenCv in C#. Therefore ,many kind persons suggest that I should take a look at the samples downloaded at http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/219967.htm. However, after I read C#_image.pdf, I found that it seems that the program would invoke certain function in "IPPI20.DLL".
That means I have to download IPP to get IPPI20.Dll. But Intel only offers evaluation copy of IPP. Shall I have to download this IPP before I can invoke functions in OpenCV. Waiting for your reply . Thank you.

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
676 Views

Hello, OpenCV can work without IPP. Themain reason why you can be interested to call IPP functions in OpenCV is performance. So, if you are interested in performance of your code - you need IPP.

Regards,
Vladimir

0 Kudos
Reply