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

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

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