<?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: Problem with ippiResizeSqrPixel in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880935#M10199</link>
    <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Iused version 5.2 beta.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;the image is quite simple&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;1 2 3 4 5 6 7 8 9 10&lt;BR /&gt;11 12 13 14 15...&lt;BR /&gt;..&lt;BR /&gt;..99&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;it is a sequence from 1 to 99.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Ifound other problems.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The resizing function can't be in-place,I mean the input buffer and output buffer are the same. Doyou use temporary buffer during the computation?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The cubic interpolation generated a runtime error if the oringinal image size is 3680x4752, the rescaled image is 500x4752. the xfactor is 0.135869 and yfactor is 1.0. Canyou test on that image?Or isthe xfactor not correct?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Thanks a lot.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2007 22:11:58 GMT</pubDate>
    <dc:creator>postaquestion</dc:creator>
    <dc:date>2007-02-27T22:11:58Z</dc:date>
    <item>
      <title>Problem with ippiResizeSqrPixel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880933#M10197</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;I use &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;st = ippiResizeSqrPixel_32f_C1R(m_storage, sz, m_wstep, srcroi, m_storage, m_wstep, dstroi, 1.0, 1.0, 0.0, 0.0, IPPI_INTER_LINEAR, pBuffer);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;since the xfactor, yfactor are 1.0, the image should not be changed. actually it is not.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;but if I use IPPI_INTER_NN, or CUBIC, LANCSOZ, the results are correct. Do you have any idea?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The image size is 10x10.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2007 01:25:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880933#M10197</guid>
      <dc:creator>postaquestion</dc:creator>
      <dc:date>2007-02-23T01:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ippiResizeSqrPixel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880934#M10198</link>
      <description>What version of Intel IPP did you use? Can you send us your test file along with image file so we can verify it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying S&lt;BR /&gt;Intel IPP Support</description>
      <pubDate>Tue, 27 Feb 2007 21:11:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880934#M10198</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2007-02-27T21:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ippiResizeSqrPixel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880935#M10199</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Iused version 5.2 beta.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;the image is quite simple&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;1 2 3 4 5 6 7 8 9 10&lt;BR /&gt;11 12 13 14 15...&lt;BR /&gt;..&lt;BR /&gt;..99&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;it is a sequence from 1 to 99.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Ifound other problems.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The resizing function can't be in-place,I mean the input buffer and output buffer are the same. Doyou use temporary buffer during the computation?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The cubic interpolation generated a runtime error if the oringinal image size is 3680x4752, the rescaled image is 500x4752. the xfactor is 0.135869 and yfactor is 1.0. Canyou test on that image?Or isthe xfactor not correct?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Thanks a lot.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2007 22:11:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880935#M10199</guid>
      <dc:creator>postaquestion</dc:creator>
      <dc:date>2007-02-27T22:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ippiResizeSqrPixel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880936#M10200</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;regarding runtime error, we confirm that there is an issue in IPP 5.2 beta optimized code. We will fix this issue in IPP 5.2 final release which is targeted sometime in Q2 2007&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2007 17:01:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880936#M10200</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-03-02T17:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ippiResizeSqrPixel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880937#M10201</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;This issue has been fixed in IPP 5.2 Gold.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Gina B.&lt;BR /&gt;Intel Software Network Support&lt;BR /&gt;&lt;/FONT&gt;&lt;A href="http://www.intel.com/software"&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/software" target="_blank"&gt;http://www.intel.com/software&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="Arial" size="2"&gt;email: &lt;/FONT&gt;&lt;A href="mailto:ISN.support@intel.com"&gt;&lt;FONT face="Arial" size="2"&gt;ISN.support@intel.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Intel is a registered trademark of Intel Corporation or its subsidiaries in the United States and other countries. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;*Other names and brands may be claimed as the property of others.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2007 21:07:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-with-ippiResizeSqrPixel/m-p/880937#M10201</guid>
      <dc:creator>Intel_Software_Netw1</dc:creator>
      <dc:date>2007-05-29T21:07:53Z</dc:date>
    </item>
  </channel>
</rss>

