<?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 Slow ippiDistance in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958645#M19422</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Why ippiDistance is so slow? &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;For theChebyshev metric,my straightfoward C++ implementation easily outperforms ippiDistance and gives the same result.... The only difference is that output of my "Distance Transform" is "Ipp8u" with saturation to 255 (this saturation limit israrely reached in practice). But ippiDistance's output is "Ipp32f", which, IMO, is an overkill for most popular metrics. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by karabas on &lt;SPAN class="date_text"&gt;05-12-2004&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:17 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2004 00:17:13 GMT</pubDate>
    <dc:creator>karabas</dc:creator>
    <dc:date>2004-05-13T00:17:13Z</dc:date>
    <item>
      <title>Slow ippiDistance</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958645#M19422</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Why ippiDistance is so slow? &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;For theChebyshev metric,my straightfoward C++ implementation easily outperforms ippiDistance and gives the same result.... The only difference is that output of my "Distance Transform" is "Ipp8u" with saturation to 255 (this saturation limit israrely reached in practice). But ippiDistance's output is "Ipp32f", which, IMO, is an overkill for most popular metrics. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by karabas on &lt;SPAN class="date_text"&gt;05-12-2004&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:17 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2004 00:17:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958645#M19422</guid>
      <dc:creator>karabas</dc:creator>
      <dc:date>2004-05-13T00:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Slow ippiDistance</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958646#M19423</link>
      <description>&lt;P&gt;Could you please add slightly more details?&lt;/P&gt;
&lt;P&gt;What exactly function name, and what is your environment (processor, OS), what was the conditions forcomparison?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 May 2004 01:52:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958646#M19423</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-05-13T01:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Slow ippiDistance</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958647#M19424</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;CPU: Pentium 4 with 512MB DDR400 (IPP v4.0 detects the CPU as ippCpuP4HT), Windows 2000&lt;/P&gt;
&lt;P&gt;Function name: ippiDistanceTransform_3x3_8u32f_C1R Type of distance: "30" - 3x3 aperture for infinify norm.&lt;/P&gt;
&lt;P&gt;Image size: 1376x1030.This black and white image contains around 200 30x30 good objects and lots of small noise objects.&lt;/P&gt;
&lt;P&gt;I guess the reason why IPP version is slower is that it uses additional memory buffer, which is 4 times larger than the image itself and also requires integer to FP conversion.&lt;/P&gt;
&lt;P&gt;While I perform C++ distance transform in-place. Naturally, Id like to request in-place version of Distance Transform. The difference in speed is not dramatic and can be explained by the reasons mentioned above. So in fact this is not a bug and, as you recommended, I will probably forward this to Technical Support as a feature request. &lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2004 05:09:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958647#M19424</guid>
      <dc:creator>karabas</dc:creator>
      <dc:date>2004-05-13T05:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Slow ippiDistance</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958648#M19425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I consulted with developers, they tell this function has no strong optimization yet, but we have plan to improve performance of this function. Also, we are interested to know, what is more preferable from your point of view, to have 8u or 16u data for this function?&lt;/P&gt;
&lt;P&gt;Second,&lt;BR /&gt;I think your suggestion to have in-place function is good, so please do not forget to submit this feature request.&lt;/P&gt;
&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Sat, 15 May 2004 00:10:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958648#M19425</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-05-15T00:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slow ippiDistance</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958649#M19426</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;gt; what is more preferable from your point of view, to have 8u or 16u data for this function?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I think more peopleneed 8u version than 16u, since objects whose size is more than 512 pixels are quite rare in practice at this point.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Butas typical image size and resoltiongrow(thanks to advances in vision hardware)16u output may become more important....&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Anyway,it would be good to have both 8u and 16u for completness...&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by karabas on &lt;SPAN class="date_text"&gt;05-14-2004&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:05 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2004 01:01:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958649#M19426</guid>
      <dc:creator>karabas</dc:creator>
      <dc:date>2004-05-15T01:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Slow ippiDistance</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958650#M19427</link>
      <description>&lt;P&gt;Thank you, I will bring your info to our developers.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 15 May 2004 01:16:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Slow-ippiDistance/m-p/958650#M19427</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-05-15T01:16:47Z</dc:date>
    </item>
  </channel>
</rss>

