Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

problem with ipp and opencv

bucciolini
Beginner
705 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
705 Views
So, it means you have solution for that, is not it?
0 Kudos
bucciolini
Beginner
705 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