<?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 ippiCrossCorrSame_Norm in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810293#M3863</link>
    <description>&lt;P&gt;Gilbert, &lt;/P&gt;&lt;P&gt;Have you got chance to check the document on image proximity measures computation: &lt;A href="http://software.intel.com/sites/products/documentation/hpc/ipp/ippi/ippi_ch11/ch11_image_proximity_measures.html"&gt;http://software.intel.com/sites/products/documentation/hpc/ipp/ippi/ippi_ch11/ch11_image_proximity_measures.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The normalized correlation coefficient is computed as: &lt;BR /&gt;r(r,c) = G(r,c)/sqrt(G(r,c)*G(tplRows/2,tplCols/2).&lt;/P&gt;&lt;P&gt;and it does not expect to get the negative values.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2011 09:24:16 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2011-06-09T09:24:16Z</dc:date>
    <item>
      <title>ippiCrossCorrSame_Norm</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810292#M3862</link>
      <description>&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;It is probably obvious but there is something I dont understandabout ippiCrossCorrSame_Norm . &lt;BR /&gt;&lt;BR /&gt;When I take an arbitrary grayscale image and I extract a template from that same image (i.e. just crop a small section of the image), I expect and I dohave a max correlation where the templatewas extractedfrom the original image but the value of the correlation at the other locations is puzzling me.&lt;BR /&gt;&lt;BR /&gt;For example, when using the 8u_32f_C1 flavor of the routine, I dont seem to ever get a single negative correlation value. Also, the correlation of a textured template seems to match very wellinuniform intensity regions (the correlation is not max but close).Finally, when I invert my template (i.e template = 255 - template), I expect to get a strong but negative correlation value. I dont. The correlation value remains positive.&lt;BR /&gt;&lt;BR /&gt;I read that this correlation is done in the Fourrier domain but even when I try the equivalent computation in matlab using FFT, I dont get the same (strange) results at all.&lt;BR /&gt;&lt;BR /&gt;Q1: Is there something special about the normalization applied to the output of that function, even when using the floating point output ?&lt;BR /&gt;&lt;BR /&gt;Q2: why dont I ever get any negative correlation values?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;Gilbert&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jun 2011 19:02:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810292#M3862</guid>
      <dc:creator>georgiswan</dc:creator>
      <dc:date>2011-06-07T19:02:23Z</dc:date>
    </item>
    <item>
      <title>ippiCrossCorrSame_Norm</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810293#M3863</link>
      <description>&lt;P&gt;Gilbert, &lt;/P&gt;&lt;P&gt;Have you got chance to check the document on image proximity measures computation: &lt;A href="http://software.intel.com/sites/products/documentation/hpc/ipp/ippi/ippi_ch11/ch11_image_proximity_measures.html"&gt;http://software.intel.com/sites/products/documentation/hpc/ipp/ippi/ippi_ch11/ch11_image_proximity_measures.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The normalized correlation coefficient is computed as: &lt;BR /&gt;r(r,c) = G(r,c)/sqrt(G(r,c)*G(tplRows/2,tplCols/2).&lt;/P&gt;&lt;P&gt;and it does not expect to get the negative values.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 09:24:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810293#M3863</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-06-09T09:24:16Z</dc:date>
    </item>
    <item>
      <title>ippiCrossCorrSame_Norm</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810294#M3864</link>
      <description>Thanks for the reply Chao.&lt;BR /&gt;&lt;BR /&gt;This is a bit embarrassing: I had looked at that page but I looked too quickly apparently. I "assumed" that the ippiCrossCorrSame_Norm functions would remove the average local window value butthey do not. Instead, I should use the ippiCrossCorrSame_NormLevel functions which do remove the average value as I need. &lt;BR /&gt;&lt;BR /&gt;Sorry for the confusion.&lt;BR /&gt;&lt;BR /&gt;Gilbert</description>
      <pubDate>Thu, 09 Jun 2011 18:17:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810294#M3864</guid>
      <dc:creator>georgiswan</dc:creator>
      <dc:date>2011-06-09T18:17:31Z</dc:date>
    </item>
    <item>
      <title>ippiCrossCorrSame_Norm</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810295#M3865</link>
      <description>&lt;P&gt;Gilbert,&lt;/P&gt;&lt;P&gt;Glad to know it is resolved for you..&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2011 04:09:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiCrossCorrSame-Norm/m-p/810295#M3865</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-06-10T04:09:13Z</dc:date>
    </item>
  </channel>
</rss>

