Add two images
Equal size of images
Example code
| dolphin = imread(‘dolphin.png); |
|---|
%Image intensity goes too high(maximum value of brightness)
%Need to change to Average = dolphine /2 + bicycle /2;
Difference between dol/2 + bi/2 and (dol + bi)/2
(dol + bi) becomes 255, the maximum amount of intensity.
First one, dol/2 + bi/2 is more detail and brighter
Uint8 -> [0,255]