Q6:Write a program to read an image , this image is named m then, convert this image from RGB to Gray then from Gray to binary and Flip this image up to down after that display the results....

I need the answer.quickly.pleaseQ6:Write a program to read an image , this image is named m then,<br>convert this image from RGB to Gray then from Gray to binary<br>and Flip this image up to down after that display the results.<br>m=imread('C:\Users\Emad Asadi\Desktop\lab1\color','jpg');<br>y=rgb2gray(m);<br>x=im2bw(y);<br>z=flipud(x);<br>subplot(1,2,1);<br>imshow(x);<br>subplot(1,2,2);<br>imshow(z);<br>

Extracted text: Q6:Write a program to read an image , this image is named m then, convert this image from RGB to Gray then from Gray to binary and Flip this image up to down after that display the results. m=imread('C:\Users\Emad Asadi\Desktop\lab1\color','jpg'); y=rgb2gray(m); x=im2bw(y); z=flipud(x); subplot(1,2,1); imshow(x); subplot(1,2,2); imshow(z);

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here