addition of two unequal matrix

3 visualizzazioni (ultimi 30 giorni)
Ankur Rai
Ankur Rai il 15 Dic 2015
Commentato: Ankur Rai il 15 Dic 2015
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

Risposte (1)

Walter Roberson
Walter Roberson il 15 Dic 2015
Smallerimage(64,64)=0;
Now you can add.
  1 Commento
Ankur Rai
Ankur Rai il 15 Dic 2015
plz clear your answer, what is smallerimage(64x64), is it a matlab function..?

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by