<?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 Image Proximity Measures information in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Proximity-Measures-information/m-p/797590#M2883</link>
    <description>Hi Ying,&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;2) The other similarity measure is the cross-correlation function:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Two links to equationsin the section &lt;STRONG&gt;2)&lt;/STRONG&gt; of your post are broken. Could you fix it as soon as you have time? Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey</description>
    <pubDate>Sat, 12 Nov 2011 01:55:08 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2011-11-12T01:55:08Z</dc:date>
    <item>
      <title>Image Proximity Measures information</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Proximity-Measures-information/m-p/797588#M2881</link>
      <description>hello everybody, i'm trying write a software to stich images togheter, i am starting out from Image Proximity Measures. I would like to know if someone can point me out some internet url where i can find more information about crossCorrelation because the description in the documentation is a little too strict and i would give a more depp approach to the problem&lt;BR /&gt;&lt;BR /&gt;thank you in advance&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2011 14:26:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Proximity-Measures-information/m-p/797588#M2881</guid>
      <dc:creator>Andreoli__Carlo</dc:creator>
      <dc:date>2011-11-07T14:26:04Z</dc:date>
    </item>
    <item>
      <title>Image Proximity Measures information</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Proximity-Measures-information/m-p/797589#M2882</link>
      <description>Hi Carlo,&lt;BR /&gt;&lt;BR /&gt;You may findsome useful info regarding crosscorrelationin basicimage processing book or some image processing tools's help documenation, like mathworks.&lt;BR /&gt;&lt;BR /&gt;The discription in IPP reference manual mayinclude too many formula so too strick:).But they are really a implement with the formula, &lt;BR /&gt;&lt;BR /&gt;C:\Program Files (x86)\Intel\Composer XE 2011 SP1\Documentation\en_US\ipp\ipp_manual\index.htm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P MSHELP="http://www.microsoft.com/MSHelp/"&gt;&amp;gt;&amp;gt;The functions described in this section compute the proximity (similarity) measure between an image and a template (another image). These functions may be used as feature detection functions, as well as the components of more sophisticated techniques. &lt;/P&gt;&lt;P MSHELP="http://www.microsoft.com/MSHelp/"&gt;There are several ways to compute the measure of similarity between two images. &lt;BR /&gt;1) One way is to compute the Euclidean distance, or sum of the squared distances (SSD), of an image and a template. The smaller is the value of SSD at a particular pixel, the more similarity exists between the template and the image in the neighborhood of that pixel. &lt;/P&gt;&lt;P MSHELP="http://www.microsoft.com/MSHelp/"&gt;...&lt;BR /&gt;&lt;BR /&gt;2) The other similarity measure is the cross-correlation function: the higher is the cross-correlation at a particular pixel, the more similarity exists between the template and the image in the neighborhood of that pixel.&lt;/P&gt;&lt;P MSHELP="http://www.microsoft.com/MSHelp/"&gt;The cross-correlation &lt;SPAN class="parmname"&gt;R&lt;/SPAN&gt;&lt;SUB&gt;&lt;SPAN class="parmname"&gt;tx&lt;/SPAN&gt;&lt;/SUB&gt;(&lt;SPAN class="parmname"&gt;r,c&lt;/SPAN&gt;) between a template and an image at the pixel in row &lt;SPAN class="parmname"&gt;r &lt;/SPAN&gt;and column &lt;SPAN class="parmname"&gt;c&lt;/SPAN&gt; is computed by the equation : &lt;BR /&gt;&lt;IMG src="file:/C:/Program%20Files%20(x86)/Intel/Composer%20XE%202011%20SP1/Documentation/en_US/ipp/ipp_manual/IPPI/ippi_ch11/Images/Eq11-16.jpg" /&gt;&lt;/P&gt;&lt;P MSHELP="http://www.microsoft.com/MSHelp/"&gt;The cross-correlation function is dependent on the brightness variation across the image. To avoid this dependence, the correlation coefficient function is used instead. It is defined as:&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="file:/C:/Program%20Files%20(x86)/Intel/Composer%20XE%202011%20SP1/Documentation/en_US/ipp/ipp_manual/IPPI/ippi_ch11/Images/Eq11-17.jpg" /&gt;&lt;BR /&gt;&lt;BR /&gt;for example, &lt;BR /&gt;ippiCrossCorrFull_Norm is for cacluate the cross-correlation valueaccording to the the formula &lt;SUB&gt;tx&lt;/SUB&gt;(r,c). move the templateimage (i.e blue box)on source image, cacluate one pixel by one pixel as belowfigure. &lt;BR /&gt;&lt;BR /&gt;Butthe template anchor for matching the image pixel is always at the geometric center of the template. &lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Tue, 08 Nov 2011 08:36:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Proximity-Measures-information/m-p/797589#M2882</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-11-08T08:36:19Z</dc:date>
    </item>
    <item>
      <title>Image Proximity Measures information</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Proximity-Measures-information/m-p/797590#M2883</link>
      <description>Hi Ying,&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;2) The other similarity measure is the cross-correlation function:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Two links to equationsin the section &lt;STRONG&gt;2)&lt;/STRONG&gt; of your post are broken. Could you fix it as soon as you have time? Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey</description>
      <pubDate>Sat, 12 Nov 2011 01:55:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Proximity-Measures-information/m-p/797590#M2883</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2011-11-12T01:55:08Z</dc:date>
    </item>
  </channel>
</rss>

