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

Compiling opencv with IPP

kschwerdt
Beginner
581 Views
Hello,

We've been trying to install opencv 0.9.6.
No problem so far, except that we bought Intel's IPP library, and we
would like to have OpenCV use this library without modyfying our code.

Is there a switch (#define xxxx or s.th. like that) to make use of the
IPP library when building opencv (or our application)?

I can link the appropriate IPP libraries, but I figure that at some
point I need to tell opencv at compile time that it is supposed to use
the IPP functions rather than its own functions.

Thank you in advance for you answer,
KS
0 Kudos
1 Reply
foreststone
Beginner
581 Views
Maybe it is automatic without defining any macro flag .
I meet it too.
And I found that it is limited to use IPP primitives .Also , it is a very wonderful
change for OpenCV .
0 Kudos
Reply