DIPlib Documentation - ©1995-2008 Quantitative Imaging Group, Delft University of Technology.

TikhonovMiller

Image restoration filter

SYNOPSIS

#include "dip_restoration.h" #include "dip_transform.h"

dip_Error dip_TikhonovMiller ( in, psf, out, reg, background, method, var, lambda, flags )

FUNCTION

The TikhonovMiller restoration filter is a linear least squares restoration algorithm.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput image
dip_ImagepsfPoint spread function image
dip_ImageoutOutput image
dip_ImageregRegularisation filter image
dip_Imagebackground (0)Background image
dipf_RegularizationParametermethodMethod used to determine the regularisation parameter
dip_floatvarNoise variance
dip_float *lambdaRegularisation parameter
dipf_ImageRestorationflagsRestoration flags

LITERATURE

G.M.P. van Kempen, Image Restoration in FLuorescence Microscopy, Ph.D. Thesis, Delft University of Technology, 1999

SEE ALSO

Wiener, TikhonovRegularizationParameter

DIPlib on-line documentation | Function reference | Global function index