<?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: Resizing image in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Resizing-image/m-p/966005#M20170</link>
    <description>&lt;P&gt;Hi Adi,&lt;/P&gt;
&lt;P&gt;ippiResize_8u_P3R do resize for 3 channels images with the same dimensions for all three planes. So, it does not work with sampled down images. But you can to use ippiResize_8u_C1R to do resize for each plane separately.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 Mar 2004 23:37:15 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2004-03-24T23:37:15Z</dc:date>
    <item>
      <title>Resizing image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Resizing-image/m-p/966004#M20169</link>
      <description>&lt;DIV&gt;&lt;FONT size="2"&gt;Hi all&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Ineed to use function ippiResize_8u_P3R(const Ipp&lt;DATATYPE&gt;* const &lt;I&gt;pSrc&lt;/I&gt;[3],IppiSize &lt;I&gt;srcSize&lt;/I&gt;, int &lt;I&gt;srcStep&lt;/I&gt;, ...&lt;/DATATYPE&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Can anybody explaine me what is -&lt;I&gt;srcStep?&lt;/I&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Because I expect to see something like - int srcStep[3]&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;I have color model planar YUV422, so it should be: &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff"&gt;int&lt;/FONT&gt; nSteps[3] = {nWidth, nWidth/nCdx, nWidth/nCdx};&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Thanks,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Adi&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Mar 2004 20:44:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Resizing-image/m-p/966004#M20169</guid>
      <dc:creator>Deleted_U_Intel</dc:creator>
      <dc:date>2004-03-24T20:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Resizing-image/m-p/966005#M20170</link>
      <description>&lt;P&gt;Hi Adi,&lt;/P&gt;
&lt;P&gt;ippiResize_8u_P3R do resize for 3 channels images with the same dimensions for all three planes. So, it does not work with sampled down images. But you can to use ippiResize_8u_C1R to do resize for each plane separately.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Mar 2004 23:37:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Resizing-image/m-p/966005#M20170</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-03-24T23:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Resizing-image/m-p/966006#M20171</link>
      <description>hi, &lt;BR /&gt;srcStep is the size in byte of one line of the image data. Normally, it is equal to width*(byte depth of each pixel) and it is important for locating the pixel by their coordinate.&lt;BR /&gt;&lt;BR /&gt;pixel vaule = imagedata [lines*step + cols] ;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2006 22:41:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Resizing-image/m-p/966006#M20171</guid>
      <dc:creator>mont_blanc</dc:creator>
      <dc:date>2006-12-14T22:41:17Z</dc:date>
    </item>
  </channel>
</rss>

