<?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 Is there a NON normalized function such as ippiSqrDistanceValid in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831494#M5596</link>
    <description>Roy,&lt;BR /&gt;&lt;BR /&gt;agree, sounds reasonable, put a request to QuAD please, we'll consider it for the next major IPP (8.0) version (~Q3-Q4 2012)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
    <pubDate>Mon, 16 Jan 2012 14:12:08 GMT</pubDate>
    <dc:creator>igorastakhov</dc:creator>
    <dc:date>2012-01-16T14:12:08Z</dc:date>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid_Norm_8u32f_C1R ?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831487#M5589</link>
      <description>&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;the function ippiSqrDistanceValid_Norm_8u32f_C1R matches a template to an image by sliding the template on the image and calculating the normalized square distance. &lt;BR /&gt;Is there such a function that does the same but does not normalize the result by the norms of the template and the image portion overlapping the template ?&lt;BR /&gt;&lt;B&gt;&lt;A href="https://community.intel.com/../../sites/products/documentation/hpc/ipp/ippi/ippi_ch11/functn_SqrDistanceFull_Norm.html"&gt;&lt;/A&gt;&lt;/B&gt;</description>
      <pubDate>Thu, 12 Jan 2012 15:39:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831487#M5589</guid>
      <dc:creator>royvm101</dc:creator>
      <dc:date>2012-01-12T15:39:30Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831488#M5590</link>
      <description>I can suggest only ippiCrossCorrValid_8u32f_C1R - there is no not normalized SqrDistance in IPP - but you can use CrossCorr and search for maximum coefficient instead of using SqrDistance and searching for minimum.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
      <pubDate>Thu, 12 Jan 2012 15:54:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831488#M5590</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-12T15:54:55Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831489#M5591</link>
      <description>I believe that a square distance between a sliding template and an image is important. It should be a minor change from the code of the existing normalized function.&lt;BR /&gt;Is there a way to ask Intel to ask for the implementation of such a function ? Is there a high likelihood that the request will be addressed ?&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2012 16:00:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831489#M5591</guid>
      <dc:creator>royvm101</dc:creator>
      <dc:date>2012-01-12T16:00:12Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831490#M5592</link>
      <description>IPP has more than 12 years history and you are the first one who has asked for non-normalized SqrDistance - could you clarify the purposeof having the non-normalized version? IPP already has more than 12000 functions - we can't inflate it infinitelly.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
      <pubDate>Thu, 12 Jan 2012 16:08:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831490#M5592</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-12T16:08:38Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831491#M5593</link>
      <description>&lt;P dir="LTR"&gt;Non normalized matching functions
are crucial to differentiate between objects with similar shape but different colors.&lt;/P&gt;

&lt;P dir="LTR"&gt;Here is a general
example:&lt;/P&gt;

&lt;P dir="LTR"&gt;Suppose we look for a
bright circle, a bright line or any other simple shape on a darker image. If we
use a normalized distance, then most bright circles, lines, etc. (of similar size and shape) will get a good matching
grade, regardless of their actual values. In non-artificial images, it is most
likely that we will be flooded with a huge number of matches, which differs a lot from the template, but
happen to have similar intensity variations.
This flood of matches is often unfeasible to handle.&lt;/P&gt;

&lt;P dir="LTR"&gt;Here is a more specific
example:&lt;/P&gt;

&lt;P dir="LTR"&gt;Lets assume that we
track a ball in a basketball game. The ball color remains constant between
frames, but if we normalize the match, many of the players and spectators' heads
will get a good match, even though the non normalized template would have
detected the correct ball, due to its accurate color.&lt;/P&gt;

&lt;P dir="LTR"&gt;Here is another specific use for non-normalized matching functions:&lt;/P&gt;

&lt;P dir="LTR"&gt;In stereo matching, or
object tracking we wish to match an object in one frame with the same object
in another frame based on its accurate color, and not get lots of matches from
objects which have similar shape and color variations but with very different
color. Therefore, non-normalized matching is required.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 16:41:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831491#M5593</guid>
      <dc:creator>royvm101</dc:creator>
      <dc:date>2012-01-12T16:41:26Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831492#M5594</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;why you can't use non-normalized CrossCorr for such purposes? For SqrDistance you look for minimum, for CroosCorr you should look for maximum - so what is the difference for you? Both are done via 2D FFT and have the similar performance. From tha manual (ippiman.pdf - page 664):&lt;BR /&gt;&lt;BR /&gt;"There are several ways to compute the measure of similarity between two images. 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&gt;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;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 09:15:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831492#M5594</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-16T09:15:39Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831493#M5595</link>
      <description>&lt;P dir="LTR"&gt;Hi,&lt;/P&gt;

&lt;P dir="LTR"&gt;Non normalized cross correlation often gives a good match to a template and
an image location even though the template is very different than the image.
This happens when the image values are large. Here is a 1D example (in the 2D case the same phenomena described below occurs):&lt;/P&gt;

&lt;P dir="LTR"&gt;Given 1D Template values: 1, 1, 1, &lt;/P&gt;

&lt;P dir="LTR"&gt;Example a: 1D image values are: 2, 2,
2, 2 (result in small correlation with
template).&lt;/P&gt;

&lt;P dir="LTR"&gt;Example b: 1D image values are:  1, 1, 1000, 1 (result in large correlation with template).
&lt;/P&gt;

&lt;P dir="LTR"&gt;As you can see, the image in example
(b) will get much larger correlation values even though it is very different
from the template, while the image in example (a) which has values which are close to the
template values, will get a lower correlation value than in example (b).&lt;/P&gt;

&lt;P dir="LTR"&gt;That is why unless the norm of both image and template are known, then
one has to normalize the correlation.&lt;/P&gt;

&lt;P dir="LTR"&gt;This problem would not occur when using non-normalized square diff: The image in example (a) will result in much smaller square
distance from the template than the image in example (b), as it should be.&lt;/P&gt;

&lt;P dir="LTR"&gt;B.R.&lt;/P&gt;

&lt;P dir="LTR"&gt;Roy&lt;/P&gt;

&lt;P dir="LTR"&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:17:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831493#M5595</guid>
      <dc:creator>royvm101</dc:creator>
      <dc:date>2012-01-16T13:17:52Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831494#M5596</link>
      <description>Roy,&lt;BR /&gt;&lt;BR /&gt;agree, sounds reasonable, put a request to QuAD please, we'll consider it for the next major IPP (8.0) version (~Q3-Q4 2012)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
      <pubDate>Mon, 16 Jan 2012 14:12:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831494#M5596</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-16T14:12:08Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831495#M5597</link>
      <description>I could not find the QuAD link. What/where is it ?&lt;BR /&gt;Thanks,&lt;BR /&gt;Roy</description>
      <pubDate>Mon, 16 Jan 2012 14:21:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831495#M5597</guid>
      <dc:creator>royvm101</dc:creator>
      <dc:date>2012-01-16T14:21:47Z</dc:date>
    </item>
    <item>
      <title>Is there a NON normalized function such as ippiSqrDistanceValid</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831496#M5598</link>
      <description>&lt;P&gt;&lt;BR /&gt;Roy, &lt;BR /&gt;&lt;BR /&gt;Here is the link: &lt;A href="https://premier.intel.com/" target="_blank"&gt;https://premier.intel.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 03:08:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Is-there-a-NON-normalized-function-such-as-ippiSqrDistanceValid/m-p/831496#M5598</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-01-17T03:08:48Z</dc:date>
    </item>
  </channel>
</rss>

