Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

IPP very slow compared to OpenCV

egrayver
Beginner
614 Views

I am trying to speed some code that uses the Open ComputerVision library. The function in question is:

cvCalcCovarMatrix

The identical (functionally) function in IPP is

ippsAccCovarianceMatrix_32f64f_D2

I just benchmarked the two, and the IPP version is 40x slower. This is for the same data, running in the same function, one after another. What could be going on?

I am running on a P4-3.8GHz, Win XP Pro.

0 Kudos
2 Replies
Vladimir_Dudnik
Employee
614 Views

something really strange, could you please provide more info re your testing conditions, size of data and so on. Or you probably can share your test case with us, to help us understand that?

Regards,
Vladimir

0 Kudos
Intel_C_Intel
Employee
614 Views

I measured and got IPP slow down about 3 times

This issue is corrected in IPP 5.3

Alexander

0 Kudos
Reply