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

problem with ipp and opencv

bucciolini
Beginner
399 Views
Hi,
my problem is much similar to this:
OpenCV does not detect Intel IPP 5.3 (under linux):
OpenCV works correctly but can't detect IPP installation.
So i downloaded the update file cxswitcher.cpp, placed it in cxcore/src, uninstalled opencv using "make uninstall" and then cleaned all using "make clean".
After that i followed standard procedure to install OpenCV (./configure, make, sudo make install, ldconfig), placing:
/usr/local/lib
/opt/intel/ipp/5.3.3.074/ia32/lib
in /etc/ld.so.conf before running ldconfig.

However, nothing has changed: when i call cvUseOptimized(1), the return value is still 0. Do you have some suggestions?
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
399 Views
So, it means you have solution for that, is not it?
0 Kudos
bucciolini
Beginner
399 Views
Excuse me, I don't know why my post has been cut so I had to rewrite it. You could see only the first two lines of my precedent post, now it's ok. I'm still searching for a solution, I'd be grateful if you can help me !

edit: SOLUTION FOUND --> I forgot to set ippvars32.sh, now everything works correctly
0 Kudos
Reply