Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

TASK: PHOTO BOOTH See the examples below. Use the webcam to take a picture of yourself. Then create a photoreel like in the example where

TASK: PHOTO BOOTH See the examples below. Use the webcam to take a picture of yourself.
Then create a photoreel like in the example where you run the picture through various filters in
MATLAB and combine the different pictures together in the end.
Black and White
* Creating a black and white image
x-rgb2gray (imread(f1.1eNtame)) :
blackandwhite = uinte ( zeros (480,640,3));
blackandwhite (2,1,1)=x :
blackandwhite (i,i,2)=x;
blackandwhice (:,2,3)=x :
Original
Color
1 Costrast Enhancement of the image
98= stel ('Disk',18);
ingZnkaseed = imadjust (ing,(0.20,0.00,0.09;0.83,1.00,0.52)dots
{0.000.001.00:1.001.000.00),(1.102.701.00]
Flipped Image
z Flipping an image
a= fliplr (img(:,:,1));
b= fliplr (img(:,:,2));
c= fliplr (img(:,:,3));
flippedimage =cat(3,a,b,c);
Decorrelation
Decorrelacion screching - useful for viaulaizing image by reducing
incer-plane autocorelation levels in an image.
colorimg - decorratretch(img) ;
colorImg = imadjust (colorImg,[0.10; 0.79],[0.00; 1.00],1.10);
Other Filter
just_red =cat(3,R,z,z);
yellow =cat(3,R,G,z);
just_green =cat(3,z,G,a);
just_blue =cat(3,z,z,B);
purple =cat(3,z,a,z);
Other
Saturation
[0.001.000.50;1.000.000.27]
5.900.804.10
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions