<?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: How to convert 3 channel to 4 channel? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991527#M22372</link>
    <description>&lt;DIV&gt;sorry , i'm new in ipp and i have more question.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;% Create data set // x is image&lt;BR /&gt; SY=size(x,1); SX=size(x,2); y=zeros(K,K,numDim,T);&lt;BR /&gt; for t=1:T&lt;BR /&gt; irnd=ceil(rand*(SY-K+1)); jrnd=ceil(rand*(SX-K+1)); &lt;BR /&gt; y(:,:,:,t)=x(irnd:irnd+K-1,jrnd:jrnd+K-1,:);&lt;BR /&gt; end;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;How i createfunction like in matlab as y(:,:,:,t), when y(width,height,channels,T),,So, y is store each image by T.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;i try to created like this :&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#008000" size="2"&gt;Ipp8u* yDst = ippiMalloc_8u_C4( widthPixels, heightPixels*T, &amp;amp;stepBytes );&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;
&lt;P&gt;T = ceil(pow(&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;0.5,2)*(width*height/3);and my image is about 256*256, then T=5426 when i run program it show " out of memory"&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Thank you&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;FONT color="#008000" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2005 04:14:15 GMT</pubDate>
    <dc:creator>syingyos</dc:creator>
    <dc:date>2005-05-02T04:14:15Z</dc:date>
    <item>
      <title>How to convert 3 channel to 4 channel?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991526#M22371</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;P&gt;How to convert 3 channel to 4 channel? or 4 to 3&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2005 02:58:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991526#M22371</guid>
      <dc:creator>syingyos</dc:creator>
      <dc:date>2005-05-02T02:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 3 channel to 4 channel?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991527#M22372</link>
      <description>&lt;DIV&gt;sorry , i'm new in ipp and i have more question.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;% Create data set // x is image&lt;BR /&gt; SY=size(x,1); SX=size(x,2); y=zeros(K,K,numDim,T);&lt;BR /&gt; for t=1:T&lt;BR /&gt; irnd=ceil(rand*(SY-K+1)); jrnd=ceil(rand*(SX-K+1)); &lt;BR /&gt; y(:,:,:,t)=x(irnd:irnd+K-1,jrnd:jrnd+K-1,:);&lt;BR /&gt; end;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;How i createfunction like in matlab as y(:,:,:,t), when y(width,height,channels,T),,So, y is store each image by T.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;i try to created like this :&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#008000" size="2"&gt;Ipp8u* yDst = ippiMalloc_8u_C4( widthPixels, heightPixels*T, &amp;amp;stepBytes );&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;
&lt;P&gt;T = ceil(pow(&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;0.5,2)*(width*height/3);and my image is about 256*256, then T=5426 when i run program it show " out of memory"&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Thank you&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;FONT color="#008000" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2005 04:14:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991527#M22372</guid>
      <dc:creator>syingyos</dc:creator>
      <dc:date>2005-05-02T04:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 3 channel to 4 channel?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991528#M22373</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;could you please explain which part of your program shows message out of memory? Is it IPP function or other code?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2005 21:41:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991528#M22373</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-13T21:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 3 channel to 4 channel?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991529#M22374</link>
      <description>&lt;DIV&gt;please call ippiCopy C3AC4&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 May 2005 12:33:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991529#M22374</guid>
      <dc:creator>borix</dc:creator>
      <dc:date>2005-05-14T12:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert 3 channel to 4 channel?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991530#M22375</link>
      <description>&lt;DIV&gt;are you ok with this amount of mem allocated?more than256*256*4*5425&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 May 2005 12:40:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-convert-3-channel-to-4-channel/m-p/991530#M22375</guid>
      <dc:creator>borix</dc:creator>
      <dc:date>2005-05-14T12:40:06Z</dc:date>
    </item>
  </channel>
</rss>

