<?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 Hi Giacomo, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970752#M20555</link>
    <description>&lt;P&gt;Hi Giacomo,&lt;/P&gt;
&lt;P&gt;Yes, a new resize API has the listed limitations, while ippiWarpAffine can do image transformations with subpixel precision. However there is the difference between ippiWarpAffine and ResizeSqrPixel approaches: the first function considers an image as a grid with pixels as nodes, while the second function considers pixels as "squares".&lt;/P&gt;
&lt;P&gt;Best regards, Valentin&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2013 13:01:48 GMT</pubDate>
    <dc:creator>Valentin_K_Intel</dc:creator>
    <dc:date>2013-11-08T13:01:48Z</dc:date>
    <item>
      <title>ippiResizeSqrPixel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970751#M20554</link>
      <description>&lt;P&gt;I use ippiResizeSqrPixel function, which is now (IPP 7.1) deprecated to zoom and move with subpixel precision an image (Ipp32f).&lt;/P&gt;
&lt;P&gt;In the process of trying to replace it with the suggested function ippiResizexxx, I found out that the replacement function has limitations.&lt;/P&gt;
&lt;P&gt;The former, now deprecated function, did support an explicit zoom factor and destination offset expressed in double and &amp;nbsp;that are no longer present in the new ippiResizeXXX. Now I',m evalutating ippiWarpAffine (with c01 anda c10 coefficients at 0) as a substitute.&lt;/P&gt;
&lt;P&gt;What do you suggest?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Giacomo&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 09:18:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970751#M20554</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2013-10-31T09:18:06Z</dc:date>
    </item>
    <item>
      <title>Hi Giacomo,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970752#M20555</link>
      <description>&lt;P&gt;Hi Giacomo,&lt;/P&gt;
&lt;P&gt;Yes, a new resize API has the listed limitations, while ippiWarpAffine can do image transformations with subpixel precision. However there is the difference between ippiWarpAffine and ResizeSqrPixel approaches: the first function considers an image as a grid with pixels as nodes, while the second function considers pixels as "squares".&lt;/P&gt;
&lt;P&gt;Best regards, Valentin&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2013 13:01:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970752#M20555</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2013-11-08T13:01:48Z</dc:date>
    </item>
    <item>
      <title>Hi Valentin,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970753#M20556</link>
      <description>&lt;P&gt;Hi Valentin,&lt;/P&gt;
&lt;P&gt;thank you for your answer. I can't understand which is the implication of the difference that you describe. The two function operation looks very similar: &amp;nbsp;coordinate transformation (IppiResizeSqr pixel is a particular case of the more general WarpAffine) and resample using interpolation mode assigned. So where the difference that you describe come in?&lt;/P&gt;
&lt;P&gt;Best regards, Giacomo&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2013 08:37:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970753#M20556</guid>
      <dc:creator>giacomo_c_</dc:creator>
      <dc:date>2013-11-10T08:37:50Z</dc:date>
    </item>
    <item>
      <title>Imagine that you have an</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970754#M20557</link>
      <description>&lt;P&gt;Imagine that you have an image 13x13 pixels - so it should be clear that each row has 13 pixels but if it's considered as a grid - it has only 12 "distances" between these pixels. Applying ResizeSqrPixel and "old" Resize&amp;nbsp;with 2x size increasing you'll have different outputs - 26 pixels row for the first one and 24 "distances" (25 pixels) for the second one. WarpAffine implementation corresponds to the second approach - so you should take this fact in mind - this is what Valentin has mentioned.&lt;/P&gt;
&lt;P&gt;regards, Igor&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2013 07:14:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel/m-p/970754#M20557</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2013-11-12T07:14:55Z</dc:date>
    </item>
  </channel>
</rss>

