<?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 Wiener filter in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Wiener-filter/m-p/945976#M18162</link>
    <description>&lt;DIV&gt;Hi everybody,&lt;/DIV&gt;
&lt;DIV&gt;I would like to restore a blurred image by constant object motion, useing the Wiener filter.&lt;BR /&gt;I can calculate the motion of the object in pixels in the captured image and also the angle of the motion. Is it possible to use the ippiFilterWiener to remove the blurr or that is only made for noise reduction?&lt;BR /&gt;What other possibilities I have with IPP functions?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you in advance for the help,&lt;BR /&gt;zozo'&lt;/DIV&gt;</description>
    <pubDate>Fri, 30 Jul 2004 03:57:35 GMT</pubDate>
    <dc:creator>szakatszozo</dc:creator>
    <dc:date>2004-07-30T03:57:35Z</dc:date>
    <item>
      <title>Wiener filter</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Wiener-filter/m-p/945976#M18162</link>
      <description>&lt;DIV&gt;Hi everybody,&lt;/DIV&gt;
&lt;DIV&gt;I would like to restore a blurred image by constant object motion, useing the Wiener filter.&lt;BR /&gt;I can calculate the motion of the object in pixels in the captured image and also the angle of the motion. Is it possible to use the ippiFilterWiener to remove the blurr or that is only made for noise reduction?&lt;BR /&gt;What other possibilities I have with IPP functions?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you in advance for the help,&lt;BR /&gt;zozo'&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Jul 2004 03:57:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Wiener-filter/m-p/945976#M18162</guid>
      <dc:creator>szakatszozo</dc:creator>
      <dc:date>2004-07-30T03:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wiener filter</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Wiener-filter/m-p/945977#M18163</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Yes, Wiener is for denoise operation. Unsharp filtering can help&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;/// another way, shorter. just one operation with unsharp mask&lt;/P&gt;
&lt;P&gt;Ipp32f kernel[] = { -0.1667f, -0.6667f, -0.1667f, -0.6667f, 4.3333f, -0.6667f, -0.1667f, -0.6667f, -0.1667f };&lt;/P&gt;
&lt;P&gt;IppiSize kernelSize = {3,3};&lt;BR /&gt;IppiPoint kernelAnchor = {1,1};&lt;/P&gt;
&lt;P&gt; ippiFilter32f_8u_C1R( src+srcStep+1, srcStep, dst+dstStep+1, dstStep, dstSize, kernel, kernelSize,kernelAnchor);&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Aug 2004 16:31:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Wiener-filter/m-p/945977#M18163</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2004-08-02T16:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Wiener filter</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Wiener-filter/m-p/945978#M18164</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ok, i will try this, but i would need to construct the kernel in way to use the info about the motion bluri know apriori: the number of pixels it moves and the angle;&lt;/DIV&gt;
&lt;DIV&gt;in my case the number of pixels is the important one, the movement itself is always a vertical one...&lt;/DIV&gt;
&lt;DIV&gt;could you help me in this?&lt;/DIV&gt;
&lt;DIV&gt;thank you,&lt;/DIV&gt;
&lt;DIV&gt;zozo'&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Aug 2004 01:03:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Wiener-filter/m-p/945978#M18164</guid>
      <dc:creator>szakatszozo</dc:creator>
      <dc:date>2004-08-03T01:03:23Z</dc:date>
    </item>
  </channel>
</rss>

