Image Fusion Based Wavelet Transform

perform the image fusion using wavelet transform with max and average rules
2.6K 次下载
更新时间 2016/4/11

查看许可证

The algorithm of image fusion using DWT described in the following steps
1. Size of inputs images:
Given a two dimensional images (example, image A, image B) it is necessary to convert it into the same size a power of two square forms.
2. Computation of two dimensions DWT:
In this step, the two dimensional Discrete Wavelet Transform should be applied to the resized two dimensional images.
3. Fusion rule:
The most used of image fusion rule using wavelet transform is maximum selection, compare the two coefficients of DWT of the two images and select the maximum between. While the lowpass subband is an approximation of the input image, the three detail subbands convey information about the detail parts in horizontal, vertical and diagonal directions. Different merging procedures will be applied to approximation and detail subbands. Lowpass subband will be merged using simple averaging operations since they both contain approximations of the source images.
4. Inverse discrete wavelet transforms:
After selected the fused low frequency and high frequency bands, fused coefficient is reconstructed using the Inverse fast discrete wavelet transform to get the fused image which represent the new image.

引用格式

Abbas Hussien Miry (2024). Image Fusion Based Wavelet Transform (https://www.mathworks.com/matlabcentral/fileexchange/56494-image-fusion-based-wavelet-transform), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Read, Write, and Modify Image 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0