<?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 Re: How to calculate Euclidean distance between RGB Pixels? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-calculate-Euclidean-distance-between-RGB-Pixels/m-p/856280#M7144</link>
    <description>&lt;P&gt;Hi Samuele,&lt;/P&gt;
&lt;P&gt;We do not have such single primitive function. But you may try to implement this algorithm with combination of call for several IPP functions.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Wed, 20 Feb 2008 17:12:32 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2008-02-20T17:12:32Z</dc:date>
    <item>
      <title>How to calculate Euclidean distance between RGB Pixels?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-calculate-Euclidean-distance-between-RGB-Pixels/m-p/856279#M7143</link>
      <description>&lt;P&gt;Hi, I'm coding an algorithm for background estimation using Intel IPP, and I need to calculate the euclidean difference between pixels (RGB) of two consecutive video frames.&lt;/P&gt;&lt;BR /&gt;In other words, if Px and Py are the two RGB pixels I need to determine the value:&lt;BR /&gt;d(x,y) = sqrt( (Rx-Ry) + (Gx-Gy) + (Bx-By) ).&lt;BR /&gt;&lt;BR /&gt;I see in the manual that there are some functions that can calculate the euclidean distance between an image and a template, but I can't figure out how can I use one of them to fit my needs.&lt;BR /&gt;&lt;BR /&gt;Do you think that using a loop to iterate on each pixel of the two images is much more&lt;BR /&gt;expensive in calculation time than using the IPP function?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Samuele.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2008 15:07:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-calculate-Euclidean-distance-between-RGB-Pixels/m-p/856279#M7143</guid>
      <dc:creator>samueleforconi</dc:creator>
      <dc:date>2008-02-01T15:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Euclidean distance between RGB Pixels?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-calculate-Euclidean-distance-between-RGB-Pixels/m-p/856280#M7144</link>
      <description>&lt;P&gt;Hi Samuele,&lt;/P&gt;
&lt;P&gt;We do not have such single primitive function. But you may try to implement this algorithm with combination of call for several IPP functions.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2008 17:12:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-calculate-Euclidean-distance-between-RGB-Pixels/m-p/856280#M7144</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-02-20T17:12:32Z</dc:date>
    </item>
  </channel>
</rss>

