Question: Download 'Balloon.tif' image. Write a MATLAB script to complete the following tasks: Load image 'Balloon.tif develop a function to mark all pixels in green with

Download 'Balloon.tif' image. Write a MATLAB script to complete the following tasks: Load image 'Balloon.tif develop a function to mark all pixels in green with 1 and 0 for the rest. Display the result image Convert it into a grayscale image, denoted with 'img1' Create a copy of the clean grayscale image, denoted with 'img2', in the memory and add salt and pepper noise to it using imnoise Remove salt and pepper noise using function medfilt2 and display the clean (img1) and denoted image side by side (using subplot function) create a copy of the clean grayscale image, denoted with 'img3', in the memory and add Gaussian noise using imnoise. Remove Gaussian noise using imgaussfilt Enhance the denoised img3 to recover the fine edges The program(s) must be implemented with MATLAB. Submit the source code of your program. Within the program, use comment lines to describe how to execute the program to demonstrate the above actions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
