addition of two unequal matrix

조회 수: 2 (최근 30일)
Ankur Rai
Ankur Rai 2015년 12월 15일
댓글: Ankur Rai 2015년 12월 15일
How to do a addition of a two 2dim. image i.e. (64 x 64)double and (18 x 18)double matrix,for an equation "Watermarkedimage_level1=cA2+0.01*WcA2"; this equation is for watermarking process, where both cA2 and WcA2 are the two unequal matrix which addition has to be done.
kindly provide me the Matlab code for this purpose....i'll be highly obliged

답변 (1개)

Walter Roberson
Walter Roberson 2015년 12월 15일
Smallerimage(64,64)=0;
Now you can add.
  댓글 수: 1
Ankur Rai
Ankur Rai 2015년 12월 15일
plz clear your answer, what is smallerimage(64x64), is it a matlab function..?

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by