IMAGE PROCESSING

Lets Learn together... Happy Reading

" Two roads diverged in a wood, and I,
I took the one less traveled by,
And that has made all the difference "-Robert Frost

Showing posts with label Photoshop effects in MATLAB. Show all posts
Showing posts with label Photoshop effects in MATLAB. Show all posts

Optical Illusion – Circle

›
Let us define a circle and assign different color to each one of the four quadrants. MATLAB CODE: %Radius rad=400; [X,Y]=mes...

Some Random effects

›
Negative Image Subtract 255 from the RGB image, to obtain negative image. MATLAB CODE: %Here the  I am subtracting 255 from R,G and B...

Tiling effect in MATLAB

›
Tiling effect original Image           Let’s make some random rectangles from the image.  MATLAB CODE: A=imread( ...
2 comments:

Cone effect in MATLAB

›
The image shrinks towards the center, forming a cone effect . Here, I first found the mid point of the image, since the image expands from ...

Glassy effect in MATLAB

›
To obtain a glassy effect , define a window of size m by n. Obtain a random pixel value from the window matrix and add it with the current ...

Oil Painting in MATLAB

›
To obtain a painting -like effect , define a small window matrix of size m by n. Copy the original image pixel values into the matrix and f...
4 comments:

Swirl effect in MATLAB

›
After reading a couple of image processing books, I tried to implement some Photoshop effects in MATLAB.  First, I tried to implement the ...
3 comments:
›
Home
View web version
Powered by Blogger.