Skip to main content
. 2021 Mar 4;21(5):1756. doi: 10.3390/s21051756
Algorithm 1 Remote sensing image fusion via NSST
Input: the source remote sensing images A and B
Output: fused image F
Parameters: the number of NSST decomposition levels—N; the number of directions at each decomposition level—D(l),l[1,N]
Step 1: NSST decomposition
The input images A and B are decomposed into low- and high-frequency sub-bands {LA,HAl,d} and {LB,HBl,d}, respectively.
Step 2: low-frequency band fusion rule
(1) The saliency maps (SLA,SLB) and the corresponding weight matrices (WLA,WLB) of the low-frequency bands are calculated by Equations (1)–(5).
(2) The fused low-frequency band LF is obtained by Equation (6).
Step 3: high-frequency band fusion rule
(1) The SML of the high-frequency bands is constructed via Equations (7)–(8).
(2) The fused high-frequency band HF is computed by Equation (9).
Step 4: inverse NSST and image reconstruction
The fused image F is reconstructed by inverse NSST performed on the fused low- and high-frequency bands {LF,HFl,d}.