Saturday, November 23, 2019

Logo Insertion on Image Using Matlab

This Matlab code is used to insert a logo on certain locations on an image. The code shown below generates the output which has a logo on different four locations in the image. The four certain locations as shown in the output snapshot are the top left, top right, bottom left, bottom right.


Code


                                      Output

No comments:

Post a Comment

Image Animation using two images

This program has two images where one image starts moving from left to right and then the second picture appears. Code Output ...