Borrar filtros
Borrar filtros

Matrix Image Fusion Operation

1 visualización (últimos 30 días)
cniv_we
cniv_we el 24 de Abr. de 2017
Comentada: Astarag Chattopadhyay el 28 de Abr. de 2017
Does somebody know what imfuse is actually doing? I know it is a composite of an image, but what is the matrix operation of imfuse ? So suppose that I have a matrix A (RGB color 3x uint8) and matrix B (also 3x uint8). So now if I execute:
C = imfuse(A,B)
What does it actually do with A and B? Is it wavelet transform or what?
Thanks in advance.
  1 comentario
Astarag Chattopadhyay
Astarag Chattopadhyay el 28 de Abr. de 2017
If you are interested in how the 'imfuse' function is implemented, you can execute 'edit imfuse.m' on your MATLAB command window and go through the MAT file 'imfuse.m'.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by