help me in the code for image fusion using wavelet based principle component analysis
Ältere Kommentare anzeigen
image fusion using wavelet transform is done with wavelet based PCA
Antworten (1)
Wayne King
am 8 Okt. 2011
0 Stimmen
There is function in the Wavelet Toolbox for image fusion, wfusimg, and a demo, imagefusiondemo.m, but it does not use a wavelet-based PCA.
There also is a wavelet PCA routine, wmspca, but that is designed for multisignal analysis, i.e. each column vector is a 1-D signal and not on images.
2 Kommentare
pradnya mirajkar
am 15 Okt. 2011
Megha S Kumar
am 19 Dez. 2020
Hi, i am trying to implement wmspca inbuilt function step by step and compare it with eigen vectors in Wavelet Analyzer app also. when i input a 1024 x 4 signal matrix and apply 5 level dwt on each column. If i choose 1 principal component how can i reconstruct using inverse dwt as wavelet coefficients length and eigen vector lengths are totally different?.
Any help is appreciated. Thanks in advance.
Kategorien
Mehr zu Discrete Multiresolution Analysis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!