Matrix Image Fusion Operation

1 次查看(过去 30 天)
cniv_we
cniv_we 2017-4-24
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 个评论
Astarag Chattopadhyay
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'.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Read, Write, and Modify Image 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by