<?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 do I use the FilterWiener function? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-do-I-use-the-FilterWiener-function/m-p/994044#M22660</link>
    <description>// allocate memory&lt;BR /&gt;Ipp8u *myImage,*filterOut, *buffer;&lt;BR /&gt;IppiSize imgSize = {300,400};&lt;BR /&gt;int bufSize;&lt;BR /&gt;myImage = ippsMalloc_8u(300*400);&lt;BR /&gt;// create an dummy image&lt;BR /&gt;ippiImageJaehne_8u_C1R(myImage,imgSize.width,imgSize);&lt;BR /&gt;//get the buffer size&lt;BR /&gt;ippiFilterWienerGetBufferSize(imgSize, imgSize, 1, &amp;amp;bufSize);&lt;BR /&gt;buffer = ippsMalloc_8u(bufSize);&lt;BR /&gt;// perform filtering&lt;BR /&gt;ippiFilterWiener_8u_C1R(myImage, imgSize.width, filterOut, imgSize.width, imgSize, imgSize, &amp;lt;&amp;gt;, 0.5, buffer);&lt;BR /&gt;&lt;BR /&gt;--hope this helps to get started !!&lt;BR /&gt;&lt;BR /&gt;check out .. ippiman.pdf !!&lt;BR /&gt;&lt;BR /&gt;-madan ankapura</description>
    <pubDate>Tue, 15 Mar 2005 14:05:02 GMT</pubDate>
    <dc:creator>micromysore1</dc:creator>
    <dc:date>2005-03-15T14:05:02Z</dc:date>
    <item>
      <title>How do I use the FilterWiener function?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-do-I-use-the-FilterWiener-function/m-p/994043#M22659</link>
      <description>Hi,&lt;BR /&gt;I want to apply ippiFilterWiener() to a full image.&lt;BR /&gt;please tell me some example code.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Mar 2005 13:48:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-do-I-use-the-FilterWiener-function/m-p/994043#M22659</guid>
      <dc:creator>yongseok</dc:creator>
      <dc:date>2005-03-15T13:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use the FilterWiener function?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-do-I-use-the-FilterWiener-function/m-p/994044#M22660</link>
      <description>// allocate memory&lt;BR /&gt;Ipp8u *myImage,*filterOut, *buffer;&lt;BR /&gt;IppiSize imgSize = {300,400};&lt;BR /&gt;int bufSize;&lt;BR /&gt;myImage = ippsMalloc_8u(300*400);&lt;BR /&gt;// create an dummy image&lt;BR /&gt;ippiImageJaehne_8u_C1R(myImage,imgSize.width,imgSize);&lt;BR /&gt;//get the buffer size&lt;BR /&gt;ippiFilterWienerGetBufferSize(imgSize, imgSize, 1, &amp;amp;bufSize);&lt;BR /&gt;buffer = ippsMalloc_8u(bufSize);&lt;BR /&gt;// perform filtering&lt;BR /&gt;ippiFilterWiener_8u_C1R(myImage, imgSize.width, filterOut, imgSize.width, imgSize, imgSize, &amp;lt;&amp;gt;, 0.5, buffer);&lt;BR /&gt;&lt;BR /&gt;--hope this helps to get started !!&lt;BR /&gt;&lt;BR /&gt;check out .. ippiman.pdf !!&lt;BR /&gt;&lt;BR /&gt;-madan ankapura</description>
      <pubDate>Tue, 15 Mar 2005 14:05:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-do-I-use-the-FilterWiener-function/m-p/994044#M22660</guid>
      <dc:creator>micromysore1</dc:creator>
      <dc:date>2005-03-15T14:05:02Z</dc:date>
    </item>
  </channel>
</rss>

