- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Robby,
I'm not that familiar with the OpenCV build process, but there are several articles and forum threads on the IPP forum that might be of value. Most of them are dealing with the Windows builds, but I suspect some of the information can be translated to your Linux platform.
Please see theIntel IPP - Open Source Computer Vision Library (OpenCV) FAQ, in particular the references from the following paragraph in that article might be of value:
The latest release OpenCV 2.0 and OpenCV 2.1 change the way to load IPP library. See the instructions at: http://opencv.willowgarage.com/wiki/InstallGuideand the thread discussion inProblems about IPP6.1 and Opencv2.0/2.1.
cvGetModuleInfo provides information about external DLLs if OpenCV load ones. It work in previous OpenCV versions for IPP because that time IPP was linked dynamically. Now it is linked statically in OpenCV2.0/2.1, so you can not get info through this function.
To check _cvipp.h file or search for HAVE_IPP macro through sources mayhelpyou tofind where IPP is used and where still be an opportunity to insert call for IPP.
Note also that, according to the various forum threads, the linkage model has changed from shared to static.
These forum threads might be of interest:
Problems about IPP6.1 and Opencv2.0/2.1
IPP doesn't work with OpenCV 2.0
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page