introduction to matlab - umu.se ·  · 2013-01-31image processing too i box version 5.2 image...

19
1 Introduction to MATLAB Image Processing Course Li Liu Umeå University 2011

Upload: vuonganh

Post on 22-May-2018

218 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

1

Introduction to MATLAB

Image Processing CourseLi LiuUmeå University 2011

Page 2: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

2

Command window

Page 3: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

3

Using m-files (matlab files)

Page 4: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

4

Using m-files (matlab files)

Page 5: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

5

Help - general

Page 6: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

6

Help on images

Page 7: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

7

An example

From this image

Page 8: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

8

…we want to generate something like this with size 256 x256 pixels

Page 9: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

9

Step 1 – grey image 256 x256

Page 10: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

10

Step 2 – add the red line

Page 11: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

11

Step 3 – fetch an image

Page 12: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

12

Page 13: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

13

Step 4 – binarize the image

Page 14: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

14

Step 4 – binarize the image

Page 15: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

15

Step 5 –change height to 256 pixels

Page 16: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

16

Step 6 –crop to 256 x 256 pixels

Page 17: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

17

Step 7A –lower part

Page 18: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

18

Step 7B –upper part

Page 19: Introduction to MATLAB - umu.se ·  · 2013-01-31Image Processing Too I box Version 5.2 Image display and exploration. Too I box' Toolbox co I or bar man Caae Display color bar (MATLÀE

19

Step 7C –red line