Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How can I apply Image fusion for combining wavelenghts of 3 images?

1 vue (au cours des 30 derniers jours)
Zohreh Tavakkoli
Zohreh Tavakkoli le 13 Juin 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
How can I apply Image fusion for combining wavelenghts of 3 images?

Réponses (1)

Image Analyst
Image Analyst le 13 Juin 2014
Cast to double. Add the images with appropriate weights for each spectral channel. Then divide by the number of images.
  2 commentaires
Zohreh Tavakkoli
Zohreh Tavakkoli le 13 Juin 2014
I have tried , but I could not get the desired image . I want just see 3 images together using image fusion , could you plz give me some codes?
Image Analyst
Image Analyst le 13 Juin 2014
imageOut = (double(image1)+double(image2)+double(image3))/3;

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by