<?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 pyramid functions, correct parameter for in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832388#M5665</link>
    <description>&lt;P&gt;Hi Marco, &lt;/P&gt;&lt;P&gt;{0,3,1} is not symmetric. The function requires and odd length symmetric kernel. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2011 03:13:34 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2011-04-29T03:13:34Z</dc:date>
    <item>
      <title>pyramid functions, correct parameter for</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832387#M5664</link>
      <description>i'm trying to use pyramid functions:PyramidLayerDownInitAlloc,PyramidLayerDown, and having some problems understanding the parameters to pass toPyramidLayerDownInitAlloc to define the kernel.&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;i'm using the8u_C3R flavour.&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;for the 3x3 kernel&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;| 1 | 3 | 1 |&lt;/DIV&gt;&lt;DIV&gt;| 3 | 9 | 3 |&lt;/DIV&gt;&lt;DIV&gt;| 1 | 3 | 1 |&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;my code looks like:&lt;/DIV&gt;&lt;DIV&gt;///////////////////////////////////////////////////////////////////////////////&lt;/DIV&gt;&lt;DIV&gt;Ipp16s	myKernel[]={1,3,1};&lt;/DIV&gt;&lt;DIV&gt;int&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;kerSize = 3;&lt;/DIV&gt;&lt;DIV&gt;Ipp32f reduceRatio = 2;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;DIV id="_mcePaste"&gt;IppiPyramidDownState_8u_C3R*&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;pyrDef = NULL;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;ippError = ippiPyramidLayerDownInitAlloc_8u_C3R( &amp;amp;pyrDef, srcRoiSize, reduceRatio, myKernel, kerSize,IPPI_INTER_LINEAR );&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;///////////////////////////////////////////////////////////////////////////////&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;and this seems to work, ( note kerSize is 3 ), is this the correct way?&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;my problem is i would have a kernel like this:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;| 0 | 0 | 0 |&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;| 0 | 9 | 3 |&lt;BR style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;" /&gt;&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;| 0 | 3 | 1 |&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;but if i use the previous code with&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;Ipp16s	myKernel[]={0,3,1};&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;i got an ippStsSymKernelExpectederror&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;why can't have that kernel, is that not symmetric separable?&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;thanks&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;marco cignarella&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;&lt;/DIV&gt;&lt;DIV style="font-family: verdana, sans-serif; padding: 0px; margin: 0px;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="white-space: pre;"&gt;				&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2011 17:01:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832387#M5664</guid>
      <dc:creator>cignarellageomind_it</dc:creator>
      <dc:date>2011-04-28T17:01:48Z</dc:date>
    </item>
    <item>
      <title>pyramid functions, correct parameter for</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832388#M5665</link>
      <description>&lt;P&gt;Hi Marco, &lt;/P&gt;&lt;P&gt;{0,3,1} is not symmetric. The function requires and odd length symmetric kernel. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2011 03:13:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832388#M5665</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-04-29T03:13:34Z</dc:date>
    </item>
    <item>
      <title>pyramid functions, correct parameter for</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832389#M5666</link>
      <description>&lt;DIV&gt;I see{0,3,1} is not symmetric,&lt;/DIV&gt;&lt;DIV&gt;but the matrix&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;| 0 | 0 | 0 |&lt;/DIV&gt;&lt;DIV&gt;| 0 | 9 | 3 |&lt;/DIV&gt;&lt;DIV&gt;| 0 | 3 | 1 |&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;is ( as a matrix ), so i wished it could be accepted , and passed to function by&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;[bash]Ipp16s	myKernel[]={0,0,0, 0,9,3, 0,3,1};
int	kerSize = 9;[/bash]&lt;/PRE&gt; &lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Apr 2011 08:23:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832389#M5666</guid>
      <dc:creator>cignarellageomind_it</dc:creator>
      <dc:date>2011-04-29T08:23:34Z</dc:date>
    </item>
    <item>
      <title>pyramid functions, correct parameter for</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832390#M5667</link>
      <description>&lt;BR /&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thanks for the clarification. Currently, the function only accepts the 1D kernel, not 2D data. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2011 03:08:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/pyramid-functions-correct-parameter-for/m-p/832390#M5667</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-05-05T03:08:19Z</dc:date>
    </item>
  </channel>
</rss>

