融合 Resources

Showing items tagged with "融合"

PCA-based remote sensing image fusion with excellent results, suitable as introductory material for learning remote sensing image fusion techniques, featuring implementation insights about principal component analysis and image processing workflows.

MATLAB 242 views Tagged

This implementation combines logarithmic transformation with AT algorithm processing to merge shadowed facial images, producing illumination-normalized preprocessed faces suitable for further analysis.

MATLAB 268 views Tagged

MATLAB implementation of InSAR optimal fusion filtering algorithm, verified through testing to be effective and feasible with detailed code structure and optimization techniques

MATLAB 299 views Tagged

Fusion of two grayscale images using wavelet transform: Perform 2-level decomposition on image 1 with sym4 wavelet function, then process decomposition coefficients for fusion by emphasizing contours and suppressing details. Apply 2-level decomposition with sym4 wavelet to image 2. Finally, fuse images in wavelet transform domain and reconstruct fused coefficients. Implementation involves wavelet decomposition, coefficient processing, and inverse wavelet transform.

MATLAB 245 views Tagged