<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Siqing, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Normalized-cross-correlation-using-MKL/m-p/1133357#M25804</link>
    <description>&lt;P&gt;Hi Siqing,&lt;/P&gt;

&lt;P&gt;You may consider other two library also:&amp;nbsp; Intel IPP or Intel DAAL&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/intel-ipp/documentation"&gt;https://software.intel.com/en-us/intel-ipp/documentation&lt;/A&gt;,&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/intel-daal"&gt;https://software.intel.com/en-us/intel-daal&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Which should provide such functionality.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2017 05:45:54 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2017-10-13T05:45:54Z</dc:date>
    <item>
      <title>Normalized cross-correlation using MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Normalized-cross-correlation-using-MKL/m-p/1133356#M25803</link>
      <description>I'm trying to use MKL to do NCC in order to find a pattern in a whole image.
It seems that vsldCorrExecX only can do correlation but not NCC.

for example,
pattern = [1 2;
                 3 4];
image = [1 2;
               5 6]
We expect to get 0.9762 for sum((pattern-mean(pattern)).*(image-mean(image)))/sqrt((pattern-mean(pattern))^2*(image-mean(image))^2).

However, we actually get sum(pattern.*image) = 44.

Is there any way to do NCC directly?</description>
      <pubDate>Fri, 29 Sep 2017 07:21:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Normalized-cross-correlation-using-MKL/m-p/1133356#M25803</guid>
      <dc:creator>Siqing_N_</dc:creator>
      <dc:date>2017-09-29T07:21:27Z</dc:date>
    </item>
    <item>
      <title>Hi Siqing,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Normalized-cross-correlation-using-MKL/m-p/1133357#M25804</link>
      <description>&lt;P&gt;Hi Siqing,&lt;/P&gt;

&lt;P&gt;You may consider other two library also:&amp;nbsp; Intel IPP or Intel DAAL&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/intel-ipp/documentation"&gt;https://software.intel.com/en-us/intel-ipp/documentation&lt;/A&gt;,&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/intel-daal"&gt;https://software.intel.com/en-us/intel-daal&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Which should provide such functionality.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 05:45:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Normalized-cross-correlation-using-MKL/m-p/1133357#M25804</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2017-10-13T05:45:54Z</dc:date>
    </item>
  </channel>
</rss>

