<?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: Filtering Noise From An Image in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903297#M13101</link>
    <description>&lt;P&gt;If the documents are black and white (scanned as grayscale), and you need to keep only text, you may try to use threshold. If you have moire effect caused by scanning, that has to be removed manually by doing an FFT, then "deleting peaks" (bright spots located off-center in the frequency domain) and perform IFFT. If you have noise, the best method is to use Wavelet transform.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Nov 2007 23:22:13 GMT</pubDate>
    <dc:creator>levicki</dc:creator>
    <dc:date>2007-11-02T23:22:13Z</dc:date>
    <item>
      <title>Filtering Noise From An Image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903293#M13097</link>
      <description>I am trying to make an application that removes the noise from an image. And I can't figure which function in the IPP would serve best for this. It has to be as precise and as good as possible. I haven't had the time to check any of them out ( there are quiet a bit ), but does anyone have a suggestion? I know the IPP has what I need ( the IPP is quiet amazing ), and like I said, I've looked through the functions there are for filtering, but I haven't had time to tinker with them to see which is best.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The reason I have to make it as precise as possible, is because I am working with old documents that have been handled A LOT. I need to be able to erase the columns and rows that are there, but make sure I don't delete any of the print. All of the scans of documents are the exact same size and the lines are in the same place. So I got one document, copied the image twice on my computer, removed the lines from one document and subtracted it from the first image. That way everything else was erased except for the rows and columns. Now I just need to do some filtering to get the rows/columns clean so I can feed the image to a "machine", if you will, and it can delete the rows/lines specified from the image I filtered on the rest of the documents I send through it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If anyone has any suggestions for the filtering function, that would be excellent and a HUGE assistance to me!&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2007 05:37:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903293#M13097</guid>
      <dc:creator>Jordan__Kyle</dc:creator>
      <dc:date>2007-10-09T05:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Noise From An Image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903294#M13098</link>
      <description>Surely someone here can suggest something?&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2007 06:04:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903294#M13098</guid>
      <dc:creator>Jordan__Kyle</dc:creator>
      <dc:date>2007-10-11T06:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Noise From An Image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903295#M13099</link>
      <description>&lt;P&gt;Hello, image de-noising is a big topic, I'm not sure one can suggest you something as simple as just call of one IPP function.&lt;/P&gt;
&lt;P&gt;I may suggest you to try ippiFilterWiener which is usually may be applied in context of image denoising.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2007 20:35:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903295#M13099</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-10-11T20:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Noise From An Image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903296#M13100</link>
      <description>&lt;P&gt;The possible way is the deconvolution. IPP contains deconvolutiob functions for FFT and Lucy-Richardson algorithms. They eliminate the convolutional noise but you should try and choose the proper arguments: the kernel, number of iterations etc.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2007 06:19:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903296#M13100</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-10-26T06:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Noise From An Image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903297#M13101</link>
      <description>&lt;P&gt;If the documents are black and white (scanned as grayscale), and you need to keep only text, you may try to use threshold. If you have moire effect caused by scanning, that has to be removed manually by doing an FFT, then "deleting peaks" (bright spots located off-center in the frequency domain) and perform IFFT. If you have noise, the best method is to use Wavelet transform.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2007 23:22:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903297#M13101</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2007-11-02T23:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Noise From An Image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903298#M13102</link>
      <description>Where can i find sample code on how to use these dconvolution functions?</description>
      <pubDate>Mon, 05 Nov 2007 14:37:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Filtering-Noise-From-An-Image/m-p/903298#M13102</guid>
      <dc:creator>kyzclockwise</dc:creator>
      <dc:date>2007-11-05T14:37:46Z</dc:date>
    </item>
  </channel>
</rss>

