Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Zohreh Tavakkoli
Zohreh Tavakkoli el 13 de Jun. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
How can I apply Image fusion for combining wavelenghts of 3 images?

Respuestas (1)

Image Analyst
Image Analyst el 13 de Jun. de 2014
Cast to double. Add the images with appropriate weights for each spectral channel. Then divide by the number of images.
  2 comentarios
Zohreh Tavakkoli
Zohreh Tavakkoli el 13 de Jun. de 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 el 13 de Jun. de 2014
imageOut = (double(image1)+double(image2)+double(image3))/3;

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by