Wednesday, December 4, 2019

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


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

Friday, November 22, 2019

Image Resizing Using For Loop in Matalb

This is the Matlab code that resizes multiple images at once using for loop instead of doing it one by one. Blow in the output snapshot we can clearly see the output of images with the same width and height and in the final snapshot, different sizes of images are shown.

Code


Output


Image with different sizes


Tuesday, August 27, 2019

First Blog
This is my first Blog. Hopefully, this gets me going with my blog.

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