<?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: Usage of ippiResizeCenter() in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913089#M14552</link>
    <description>&lt;P&gt;Hi Vladimir,&lt;/P&gt;
&lt;P&gt;I also used ippiResizeSqrPixel and compared the results with ippiResizeCenter. After I provide the correct center parameter,ippiResizeCenter causes a small scaling change between the both images, while ippiResizeSqrPixel works perfect.&lt;/P&gt;
&lt;P&gt;Another question is what is the difference between the two algorithms? What is the performance difference?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2007 05:00:27 GMT</pubDate>
    <dc:creator>Mark_R</dc:creator>
    <dc:date>2007-08-15T05:00:27Z</dc:date>
    <item>
      <title>Usage of ippiResizeCenter()</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913086#M14549</link>
      <description>&lt;P&gt;I have 2 images representing the same scene (that is rendered with different resolution) andI want to display them one after another (low resolution then high resolution). I use ippiResizeCenter() with an appropriate scaling factor (such that imagewill fill the viewport). &lt;/P&gt;
&lt;P&gt;When I pass &lt;FONT face="Courier New"&gt;&lt;STRONG&gt;(width-1)/2.0&lt;/STRONG&gt;&lt;/FONT&gt; and &lt;STRONG&gt;&lt;FONT face="Courier New"&gt;(height-1)/2.0&lt;/FONT&gt;&lt;/STRONG&gt; as xCenter and yCenter (where &lt;FONT face="Courier New"&gt;&lt;STRONG&gt;width&lt;/STRONG&gt;&lt;/FONT&gt; and &lt;FONT face="Courier New"&gt;&lt;STRONG&gt;height&lt;/STRONG&gt;&lt;/FONT&gt; are the size of each image), I get a small shift between the two images. My question is what xCenter and yCenter should I providein this scenario, i.e. if I want the center of the source image to stay at the center of the destination image?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2007 11:31:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913086#M14549</guid>
      <dc:creator>Mark_R</dc:creator>
      <dc:date>2007-08-14T11:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of ippiResizeCenter()</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913087#M14550</link>
      <description>It seems that the origin of the image coordinates is the left topmost corner of the first pixel, and not its center. I haven't found this in the documentation.</description>
      <pubDate>Tue, 14 Aug 2007 13:32:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913087#M14550</guid>
      <dc:creator>Mark_R</dc:creator>
      <dc:date>2007-08-14T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of ippiResizeCenter()</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913088#M14551</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;that's correct. In IPP image coordinates are starts from top-left corner of image, see IPPI Manual, p2-22, 23 - Regions of Interest in Intel IPP&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2007 18:11:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913088#M14551</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-08-14T18:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of ippiResizeCenter()</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913089#M14552</link>
      <description>&lt;P&gt;Hi Vladimir,&lt;/P&gt;
&lt;P&gt;I also used ippiResizeSqrPixel and compared the results with ippiResizeCenter. After I provide the correct center parameter,ippiResizeCenter causes a small scaling change between the both images, while ippiResizeSqrPixel works perfect.&lt;/P&gt;
&lt;P&gt;Another question is what is the difference between the two algorithms? What is the performance difference?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2007 05:00:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913089#M14552</guid>
      <dc:creator>Mark_R</dc:creator>
      <dc:date>2007-08-15T05:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of ippiResizeCenter()</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913090#M14553</link>
      <description>&lt;P&gt;Hi Vladimir,&lt;/P&gt;
&lt;P&gt;Yet another question is what the difference between &lt;FONT face="Courier" size="2"&gt;&lt;FONT face="Courier" size="2"&gt;ippiResizeGetBufSize &lt;/FONT&gt;and ippiResizeSqrPixelGetBufSize, and why ippiResizeSqrPixelGetBufSize doesn't support &lt;FONT size="2"&gt;IPPI_INTER_SUPER ?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT size="2"&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT size="2"&gt;Mark&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2007 06:02:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913090#M14553</guid>
      <dc:creator>Mark_R</dc:creator>
      <dc:date>2007-08-15T06:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of ippiResizeCenter()</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913091#M14554</link>
      <description>&lt;P&gt;Nikolay,&lt;/P&gt;
&lt;P&gt;Still it is interesting why is theresome scaling change when I use ippiResizeCenter? &lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2007 08:28:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Usage-of-ippiResizeCenter/m-p/913091#M14554</guid>
      <dc:creator>Mark_R</dc:creator>
      <dc:date>2007-08-15T08:28:49Z</dc:date>
    </item>
  </channel>
</rss>

