- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Vladimir,
now works as it should...
Cheers,
Boris
now works as it should...
Cheers,
Boris

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