EECS138 MATLAB Programming Project Assignment

Assignment Help Other Subject
Reference no: EM132401424

EECS138 MATLAB Programming Project Assignment -

AIM: Create a sample Photoshop-like Script in MATLAB for a User to select how to manipulate their Image.

INTRODUCTION: One of the secrets of removing noise in your old photograph is to smoothen the image. But how on earth would professional photographers do that in their lab? How do they get rid of those noisy pixels in the given digital image? Well brace yourself, this is what we will exactly do this in our project.

Let me guide you through some of the functions in MATLAB that are useful for implementing this project. Start with a beautiful color image of your choice. The following piece of code will load the image to your MATLAB environment. Make sure your MATLAB path is set to the directory where your image is.

Img = imread('BeautifulImage.jpg'); % Name of your image to the string name

MATLAB creates three dimensional vector to store a color image. This is because each pixel in an image has RED, GREEN, BLUE channel values. Hence, if the total size of the image is (row x columns) and each pixel has 3 values, the total size of the image would be (rows x columns x 3). To see the size of the image use MATLAB size function and to display the image in MATLAB use figure and imshow function as shown below.

[rows, columns, channels] = size(Img); figure(1); imshow(Img);

We are familiar with dealing with 2D matrices. So, convert the image to a gray scale image. MATLAB function to convert a color image to a gray scale image is rgb2gray. Also convert the image to double.

grayImg = rgb2gray(Img); grayImgDouble = im2double(grayImg); figure,

imshow(grayImgDouble);

Functions that will be useful in this project:

- Imrotate

- Entropyfilt

- Strel

- Imadjust

- Stretchlim

- Assert

- Isequal

- Imcomplement

- fliplr

YOUR TASK: Create a Script file that takes one input from a user & performs the Photoshop-like function to the image. If the user selects a choice that is not listed in the options, display "Not a valid option. Run Program again and choose between Options 1-5." Provide at least 5 options for the user to choose from. They do not have to be the same options that I have listed below. In fact, designing your own unique code is encouraged.

NOTE: The options should be complex options. NOT just flipping the photo on its side.

Attachment:- Programming Project Assignment File.rar

Reference no: EM132401424

Questions Cloud

Structure best describes the market structure for killtrol : a) What market structure best describes the market structure for Killtrol® while on patent?
What economic arguments and facts would you bring : What economic arguments and facts would you bring to their attention about this $15 an hour proposal that may not be a good idea and may actually
MIS605 Systems Analysis and Design Assignment Problem : MIS605 Systems Analysis and Design Assignment Help and Solution, Torrens University - Assessment Writing Service - critically evaluate and recommend information
Compute the preferred z level for each voter : For each case, compute the preferred z level for each voter. Identify the median voter, and indicate the z level chosen under majority voting.
EECS138 MATLAB Programming Project Assignment : EECS138 MATLAB Programming Project Assignment - Create a Script file that takes one input from a user & performs the Photoshop
Describe why a multiplier exists : Define the simple Keynesian multiplier. Describe why a multiplier exists.
What costs are relevant and the decision-making process : What are the similarities between learning how to discern what costs are relevant and the decision-making process?
Implications of operating in gcc countries : The managerial and policy implications of operating in GCC Countries for both local and foreign companies in UAE
Formally define a competitive equilibrium in economy : (a) Formally define a competitive equilibrium in this economy. (b) Write down the firms' optimization problem. Depict the solution to the rm's problem

Reviews

Write a Review

Other Subject Questions & Answers

  Explain misconceptions general population might have

Post a description of the findings of your research on the debate over ACA. Explain some of the misconceptions or misunderstandings the general population.

  Discuss relativism with your classmates in general

What are some relativistic beliefs that you have or that you find in society? What are those ethical beliefs and how do people justify those beliefs? Using the articles from Mary Midgley (see also Rachels' and Goodman's articles from the recomme..

  What are properties of language

What are properties of Language? What are the components of Language

  Describe why predjudice is happening using the following

consider these examples from a typical large suburban high school.kelly is a sophomore who attends a meeting of the

  Review the institute of medicine report

The impact of the IOM report on nursing practice, particularly in primary care, and how you would change your practice to meet the goals of the IOM report.

  Aspect of romantic love originate

Describe the notion of courtly love and why it was so important in Arthurian legend. Where did this aspect of romantic love originate? What happens when the power of magic is added to the mix?

  Evaluate existing school-wide expectations

Evaluate existing school-wide expectations and create a Behavioral Matrix for your own school setting.

  Accident in school gym

You are responding to a basketball game at the local high school with report of multiple persons down. You are the first to arrive and notice numerous cars and two buses in the parking lot, but no sound from the gym.

  Descrbing adaptations of the human brain

Describe some examples of how this would be adaptive. Give any references which are employed to formulate a response to this question.

  How would you modify trader joe strategy moving forward

What are the key sources of Trader Joe's competitive advantage? What are the main threats to Trader Joe's competitive advantage? Is their advantage sustainable? How would you modify Trader Joe's strategy moving forward

  How does a braided channel differ from a meandering channel

How does a braided channel differ from a meandering channel? What is the relationship between rivers and lakes

  Evaluate the reliability and validity of a job analysis

Discuss the concepts of a job analysis and its uses in organizations. Evaluate the reliability and validity of a job analysis. Evaluate different performance appraisal methods. Explain the benefits and vulnerabilities of performance appraisal methods

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd