Question
Download MATLAB Use MATLAB to read the Lenna.png and display this image. Output this image as another format: Lenna.bmp Question 2 Color Map In MATLAB,
Download MATLAB
Use MATLAB to read the Lenna.png and display this image.
Output this image as another format: Lenna.bmp
Question 2 Color Map
In MATLAB, use the following statement to display a surface:
surf(peaks);
Explore the effect of different color maps including:
- jet
- jet (10)
- jet (20)
- gray
- flipud( ) of jet
Create screenshots to show the results.
Question 3 Histogram
In MATLAB, use rgb2gray( ) to convert Lenna.png to a gray image.
Then, display the histogram of this gray image.
Question 4 Edge Detection
In MATLAB, perform the following tasks:
- input cell.tif
- use sobel to do edge detection on this image
- use image dilation
- call image fill to fill the holes
- call imclearborder( )
- use imerode( ) function
- use labeloverlay( ) to show an overlapped image
- use bwperim( ) and then highlight the outline of the cell
.
Then, create screenshots of each task. The screenshots should include the resulting window as well as the scripts you tried.
Submission of Lab 3
You should create screenshots for all the tasks in this lab.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started