Question: Write a MATLAB LiveScript according to the requirements below: Functionality You should write code to perform the following functions: read an image ( * )
Write a MATLAB LiveScript according to the requirements below:
Functionality
You should write code to perform the following functions:
read an image into a workspace variable.
display the image.
apply an image processing filtereffect of your choice to the image.
display the result.
save the resulting image to a png file.
Formatting guidelines
The mlx file should contain: Title, table of contents, meaningful text, and all the code required to demonstrate the functionality above structured into meaningful sections with individual headings. It might also contain images, links, references, etc.
Remarks:
Using MATLAB builtin images is fine.
Be creative. :
Bonus opportunities:
Using LiveScript controls eg to select input image, filter to be applied, or file format to save the imageup to max extra points
Hosting your code on GitHub with proper README.md file andor MathWorks MATLAB Central File ExchangeLinks to an external site. up to max extra points
For experienced MATLAB users Create an app with options to select input image eg from a set of previously chosen MATLAB builtin images select operationfiltereffect visualize images before and after, and save resulting image to file. up to max extra points
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
