필터 지우기
필터 지우기

Matrix Image Fusion Operation

조회 수: 1 (최근 30일)
cniv_we
cniv_we 2017년 4월 24일
댓글: Astarag Chattopadhyay 2017년 4월 28일
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
Astarag Chattopadhyay 2017년 4월 28일
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