Image Processing Toolbox User's Guide Previous page   Next Page

Deblurring with a Regularized Filter

Use the deconvreg function to deblur an image using a regularized filter. A regularized filter can be used effectively when limited information is known about the additive noise.

To illustrate, this example simulates a blurred image by convolving a Gaussian filter PSF with an image (using imfilter). Additive noise in the image is simulated by adding Gaussian noise of variance V to the blurred image (using imnoise):

  1. Read an image into the MATLAB workspace. The example uses cropping to reduce the size of the image to be deblurred. This is not a required step in deblurring operations.
  2. Create the PSF.
  3. Create a simulated blur in the image and add noise.
  4. Use deconvreg to deblur the image, specifying the PSF used to create the blur and the noise power, NP.

Refining the Result

You can affect the deconvolution results by providing values for the optional arguments supported by the deconvreg function. Using these arguments you can specify the noise power value, the range over which deconvreg should iterate as it converges on the optimal solution, and the regularization operator to constrain the deconvolution. To see the impact of these optional arguments, view the Image Processing Toolbox deblurring demos.


Previous page  Deblurring with the Wiener Filter Deblurring with the Lucy-Richardson Algorithm Next page

© 1994-2005 The MathWorks, Inc.