Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Confirm that Intel IPP loads in OpenCV 2x

What is the preferred method of confirming that Intel's Integrated Performance Primitives were correctly linked and available at runtime?

For OpenCV 1x I used to run:

cvGetModuleInfo()

Which would display intel's integrated performance primitive DLLs that were loaded at runtime and I would now that IPP was being used to speed things up. Now though I am using OpenCV 2.4.3 statically compiled against Intel's Integrated Performance Primitives 7.1. cvGetModuleInfo() doesn't display any information that IPP 7.1 is available.

Is that because this is no longer the right way to check? Or is something else going on?

Confirm that Intel IPP loads in OpenCV 2x

What is the preferred method of confirming that Intel's Integrated Performance Primitives were correctly linked and available at runtime?

For OpenCV 1x 1.x I used to run:

cvGetModuleInfo()

Which would display intel's integrated performance primitive DLLs that were loaded at runtime and I would now therefore know that IPP was being used to speed things up. correctly installed. Now though though, I am using OpenCV 2.4.3 statically compiled linked against Intel's Integrated Performance Primitives 7.1. cvGetModuleInfo() cvGetModuleInfo() doesn't display any information indicate that IPP 7.1 is available.

Is that because this is no longer the right way to check? Or is something else going on?