02-05-2019 10:44 PM
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
02-06-2019 03:44 AM
02-06-2019 10:13 AM
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