<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>how to code the deblur image algorithm - C++ - tribe.net</title>
  <link rel="alternate" href="http://cpp.tribe.net/thread/f993463b-d1bf-4156-be9c-8aa0dbd506f1?format=atom" />
  <subtitle>Tribe.net. Local Connections</subtitle>
  <entry>
    <title>how to code the deblur image algorithm</title>
    <link rel="alternate" href="http://CPP.tribe.net/thread/f993463b-d1bf-4156-be9c-8aa0dbd506f1#dfa26743-118d-4e8c-8c52-c82b20338895" />
    <author>
      <name>Truc</name>
    </author>
    <id>http://CPP.tribe.net/thread/f993463b-d1bf-4156-be9c-8aa0dbd506f1#dfa26743-118d-4e8c-8c52-c82b20338895</id>
    <updated>2007-11-21T10:57:27Z</updated>
    <published>2007-11-21T10:57:27Z</published>
    <summary type="html">Hi All,&#xD;
&#xD;
I am studying about the deblur image algorithm to deblur a blurred image. It uses blind deconvolution algorithm.&#xD;
&#xD;
In the Matlab, deblur image is showing :&#xD;
  1) Create Point Spread Function (PSF) that Gaussian is usually used.&#xD;
  2) using Deconblind function = blind deconvolution to deconvolve blurred image with PSF.&#xD;
............&#xD;
&#xD;
So i am in the process of translating my matlab code into C to run on the Parallel system.&#xD;
I was wondering if there are C function available for these process (deconvblind).&#xD;
&#xD;
Anyone have any ideas on this ???&#xD;
&#xD;
Thank you,</summary>
    <dc:creator>Truc</dc:creator>
    <dc:date>2007-11-21T10:57:27Z</dc:date>
  </entry>
</feed>



