<?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 Image Resizing using DMIP  in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833564#M5761</link>
    <description>&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I've beed using an Image Processing APIfrom Intel's&lt;STRONG&gt;IPP&lt;/STRONG&gt;for a couple of years, and prior to this API fromImage Processing library( &lt;STRONG&gt;IPL&lt;/STRONG&gt; )v2.5.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;IPP&lt;/STRONG&gt; has &lt;STRONG&gt;ippiResize&lt;/STRONG&gt; function.&lt;BR /&gt;&lt;STRONG&gt;IPL&lt;/STRONG&gt; has &lt;STRONG&gt;iplResize&lt;/STRONG&gt; function.&lt;BR /&gt;&lt;BR /&gt;Both functions were used for image processingand &lt;SPAN style="text-decoration: underline;"&gt;none&lt;/SPAN&gt; of problems detected.&lt;BR /&gt;&lt;BR /&gt;Also, there is an &lt;STRONG&gt;ippiDemo.exe&lt;/STRONG&gt; application in a &lt;STRONG&gt;..\Demo&lt;/STRONG&gt; sub-folder where &lt;STRONG&gt;IPP&lt;/STRONG&gt; is installed. It demostrates all features of &lt;STRONG&gt;ippiResize&lt;/STRONG&gt; function.&lt;BR /&gt;&lt;BR /&gt;An example of how&lt;STRONG&gt;ippiResize&lt;/STRONG&gt; functionmagnifies an image in 2.5x is enclosed.&lt;STRONG&gt;ippiResize&lt;/STRONG&gt; with Cubic-based interpolation provides best "balance" between resolution and low level of artifacts.&lt;BR /&gt;&lt;BR /&gt;Could you be more specific, please? More detailswould be niceto have regarding your claim "&lt;SPAN style="text-decoration: underline;"&gt;...it doesn't give proper resized image...&lt;/SPAN&gt;"&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Oct 2011 00:08:50 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2011-10-26T00:08:50Z</dc:date>
    <item>
      <title>Image Resizing using DMIP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833560#M5757</link>
      <description>Hi ,&lt;DIV&gt;Can I use DMIP to resize the image? if so how shud i do?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Pankaj&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Sep 2011 10:54:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833560#M5757</guid>
      <dc:creator>panky8070</dc:creator>
      <dc:date>2011-09-09T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Image Resizing using DMIP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833561#M5758</link>
      <description>Hi Pankaj,&lt;BR /&gt;&lt;BR /&gt;As far as I know, you cannot use DMIP to resize the image.Instead you could use Intel IPP Resize function.let me know if this doesnt work for you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sridevi.</description>
      <pubDate>Fri, 09 Sep 2011 23:08:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833561#M5758</guid>
      <dc:creator>Sridevi_A_Intel</dc:creator>
      <dc:date>2011-09-09T23:08:48Z</dc:date>
    </item>
    <item>
      <title>Image Resizing using DMIP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833562#M5759</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We can't use DMIP for image resizing. I tried that. I derived a node and in overriden "DO" method I used ippiResize but it doesn't give proeper resized image.</description>
      <pubDate>Tue, 25 Oct 2011 10:45:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833562#M5759</guid>
      <dc:creator>Kishor_D_</dc:creator>
      <dc:date>2011-10-25T10:45:16Z</dc:date>
    </item>
    <item>
      <title>Image Resizing using DMIP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833563#M5760</link>
      <description>There's a clean explanation of this. DMIP as a technology based on re-using of CPU data cache. To do this, DMIP graph compiler prior to execution needs to know the sizes of images going to be processed. Resize changes the image sizes, moreover it changes the sizes during, say, graph execuition. So, graph compiler cannot deduce what destination image size will be. It breaks the initial idea of data cahe control.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Sergey&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Oct 2011 15:46:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833563#M5760</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2011-10-25T15:46:42Z</dc:date>
    </item>
    <item>
      <title>Image Resizing using DMIP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833564#M5761</link>
      <description>&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I've beed using an Image Processing APIfrom Intel's&lt;STRONG&gt;IPP&lt;/STRONG&gt;for a couple of years, and prior to this API fromImage Processing library( &lt;STRONG&gt;IPL&lt;/STRONG&gt; )v2.5.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;IPP&lt;/STRONG&gt; has &lt;STRONG&gt;ippiResize&lt;/STRONG&gt; function.&lt;BR /&gt;&lt;STRONG&gt;IPL&lt;/STRONG&gt; has &lt;STRONG&gt;iplResize&lt;/STRONG&gt; function.&lt;BR /&gt;&lt;BR /&gt;Both functions were used for image processingand &lt;SPAN style="text-decoration: underline;"&gt;none&lt;/SPAN&gt; of problems detected.&lt;BR /&gt;&lt;BR /&gt;Also, there is an &lt;STRONG&gt;ippiDemo.exe&lt;/STRONG&gt; application in a &lt;STRONG&gt;..\Demo&lt;/STRONG&gt; sub-folder where &lt;STRONG&gt;IPP&lt;/STRONG&gt; is installed. It demostrates all features of &lt;STRONG&gt;ippiResize&lt;/STRONG&gt; function.&lt;BR /&gt;&lt;BR /&gt;An example of how&lt;STRONG&gt;ippiResize&lt;/STRONG&gt; functionmagnifies an image in 2.5x is enclosed.&lt;STRONG&gt;ippiResize&lt;/STRONG&gt; with Cubic-based interpolation provides best "balance" between resolution and low level of artifacts.&lt;BR /&gt;&lt;BR /&gt;Could you be more specific, please? More detailswould be niceto have regarding your claim "&lt;SPAN style="text-decoration: underline;"&gt;...it doesn't give proper resized image...&lt;/SPAN&gt;"&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2011 00:08:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833564#M5761</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2011-10-26T00:08:50Z</dc:date>
    </item>
    <item>
      <title>Image Resizing using DMIP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833565#M5762</link>
      <description>pls check the attached images</description>
      <pubDate>Mon, 31 Oct 2011 11:03:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Image-Resizing-using-DMIP/m-p/833565#M5762</guid>
      <dc:creator>Kishor_D_</dc:creator>
      <dc:date>2011-10-31T11:03:51Z</dc:date>
    </item>
  </channel>
</rss>

