From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image fusion using DWT

Dear Sir / Madam,

I am working on image processing tools where i have to fuse two images for same scene captured in different directions. Please help me how to fuse these images using any of the fusion techniques using LabVIEW.

 

 

Thanks and Regards

0 Kudos
Message 1 of 3
(2,157 Views)
0 Kudos
Message 2 of 3
(2,133 Views)

I did this with Mathematica a long time ago, however, it was not for photos in different directions it was for merging images whose focus was different.

 

The simplest algorithm is to take a DWT of every image and only keep the largest magnitude DWT coefficient at each pixel. Build up a array of DWT coefficients(use original ones) and then do the inversion to recover the image.

 

mcduff

0 Kudos
Message 3 of 3
(2,121 Views)