Wavelet Toolbox Previous page   Next Page
wfusimg

Fusion of two images

Syntax

Description

The principle of image fusion using wavelets is to merge the wavelet decompositions of the two original images using fusion methods applied to approximations coefficients and details coefficients (see Zeeuw and Misiti et al.).

XFUS = wfusimg(X1,X2,WNAME,LEVEL,AFUSMETH,DFUSMETH) returns the fused image XFUS obtained by fusion of the two original images X1 and X2. Each fusion method, defined by AFUSMETH and DFUSMETH, merges in a specific way detailed below, the decompositions of X1 and X2, at level LEVEL and using wavelet WNAME.

Matrices X1 and X2 must be of the same size and should be associated with indexed images on a common colormap (see wextend to resize images).

AFUSMETH and DFUSMETH define the fusion method for approximations and details, respectively.

[XFUS,TXFUS,TX1,TX2] = wfusimg(X1,X2,WNAME,LEVEL,AFUSMETH,DFUSMETH) returns in addition to matrix XFUS, three objects of the class WDECTREE associated with XFUS, X1, and X2 respectively (see @WDECTREE). wfusimg(X1,X2,WNAME,LEVEL,AFUSMETH,DFUSMETH,FLAGPLOT) alos plots the objects TXFUS,TX1, and TX2.

Fusmeth denotes AFUSMETH or DFUSMETH. Available fusion methods are

For the description of these options and the corresponding parameter paramMETH, see wfusmat.

Examples

The following two examples examine the process of image fusion -- the first one merges two different images leading to a new image and the second restores an image from two fuzzy versions of an original image.

The synthesized image is a restored version of good quality of the common underlying original image.

See Also

wfusmat, wextend

References

Zeeuw, P.M. (1998), "Wavelet and image fusion," CWI, Amsterdam, march 1998, http:/www.cwi.nl/~pauldz/

Misiti, M.; Y. Misiti, G. Oppenheim, J.-M. Poggi (2003), "Les ondelettes et leurs applications," Hermes.


Previous page  wfilters wfusmat Next page

© 1994-2005 The MathWorks, Inc.