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

Normalized Cross Correlation in IPPS?

Intel_C_Intel
Employee
197 Views
Hi All,

i need to calculate the normalized cross correlation for a 1D signal and a 1D template. The values returned by the ippsCrossCorr_64f - function are not normalized. I tried to devide the correlation values by the square root of sum(sig-mean(sig)) * sum(tpl-mean(tpl)) but the result was not what I expected either. Am I missing something? Your help is highly appreciated.

Thanks in advance.
Ulf
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
197 Views

Hi, could you please look through IPP manual (volume 2 Image processing). See Chapter 11 Image Statistics Functions, article Image Proximity Functions, there are several variants of Cross Correlation functions, same of them with normalization

Regards,
Vladimir

0 Kudos
Reply