Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

OpenCV doesn't detect IPP

apolo74
Beginner
487 Views
Hi all,
I have some problems detecting IPP when using OpenCV. I have installed IPP 5.3.2.073 and when running the executable "cvinfo.exe" in OpenCV/bin it gives me a list of all ipp*.dll each one followed by "IppCV UNKNOWN version beta 2+". But when I run a very simple code to check the inclusion of IPP in an OpenCv program it doesn't seem to be working as it should. My code is:
int main(){
cvGetModuleInfo(0,&opencv_libraries,&addon_modules);
cout << "OpenCV: " << opencv_libraries << endl;
cout << "Add-on Modules: " << addon_modules << endl;
return 0;
}

And what I get is:


OpenCV: cxcore: 1.0.0
Add-on Modules:

Any ideas what is happening? Thanks for your help.

0 Kudos
2 Replies
Vladimir_Dudnik
Employee
487 Views

Hello,

I would refer you to the FAQ page which is posted at: http://support.intel.com/support/performancetools/libraries/ipp/linux/ia/sb/CS-028706.htm

Regards,
Vladimir

0 Kudos
apolo74
Beginner
487 Views
Thanks Vladimir,
now works as it should...
Cheers,
Boris
0 Kudos
Reply