- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So, it means you have solution for that, is not it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
edit: SOLUTION FOUND --> I forgot to set ippvars32.sh, now everything works correctly
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page