<?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: Best algorithms for resizing images? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Best-algorithms-for-resizing-images/m-p/854753#M6966</link>
    <description>Forsize reduction, you should use supersampling. Other methods (nearest, linear, cubic) will create visible 'aliasing' artifacts, especially if the resize factor is 2 or more.</description>
    <pubDate>Sat, 30 Jun 2007 09:30:23 GMT</pubDate>
    <dc:creator>nizanh</dc:creator>
    <dc:date>2007-06-30T09:30:23Z</dc:date>
    <item>
      <title>Best algorithms for resizing images?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Best-algorithms-for-resizing-images/m-p/854751#M6964</link>
      <description>&lt;P&gt;I was recently modifying code our application has to resize images that had previously only been doing downscaling using the super sampling algorithm. My changes made it so upscaling was also a possibility, and when calling ippiResizeCenter_8u_C1R I noticed that it would return an error: ippStsInterpolationErr. I know very little about super sampling, other than for downsampling it removed moire artifacts that we were previously having--why can I not upscale an image with super sampling?&lt;/P&gt;
&lt;P&gt;That said, what would be the algorithm with the best qualityfor upscaling? What about the fastest algorithm for upscaling? (and also, while we're on the subject, what's thehighest quality/fastestalgorithm to use for downscaling? And somewhere else on the net I read that you should do a sharpen after downscaling an image--is there any merit to this?)&lt;/P&gt;
&lt;P&gt;I tried nearest neighbor and that worked fine for upscaling, although the resulting output was a bit rough.&lt;/P&gt;
&lt;P&gt;Bear with me, I'm an image processing n00b. Any advice is welcome.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2007 00:51:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Best-algorithms-for-resizing-images/m-p/854751#M6964</guid>
      <dc:creator>jnoring</dc:creator>
      <dc:date>2007-06-14T00:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Best algorithms for resizing images?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Best-algorithms-for-resizing-images/m-p/854752#M6965</link>
      <description>&lt;P&gt;IMO, for upsampling, best visual quality can be obtained by using stair interpolation with next best choice being bicubic interpolation. For downsampling anything more than bilinear interpolation would probably be an overkill.&lt;/P&gt;
&lt;P&gt;In photo processing, sharpening is usually applied after downsampling. How much of it depends on taste but in any case it should not be integrated with downsampling because some people might not like it.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2007 16:33:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Best-algorithms-for-resizing-images/m-p/854752#M6965</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2007-06-23T16:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Best algorithms for resizing images?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Best-algorithms-for-resizing-images/m-p/854753#M6966</link>
      <description>Forsize reduction, you should use supersampling. Other methods (nearest, linear, cubic) will create visible 'aliasing' artifacts, especially if the resize factor is 2 or more.</description>
      <pubDate>Sat, 30 Jun 2007 09:30:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Best-algorithms-for-resizing-images/m-p/854753#M6966</guid>
      <dc:creator>nizanh</dc:creator>
      <dc:date>2007-06-30T09:30:23Z</dc:date>
    </item>
  </channel>
</rss>

