exercises_fundamentals.doc

8
Digital Image Processing Chapter II - Digital Image Fundamentals (Sections 2.3.4, 2.4 and 2.5) Exercises Introduction on Matlab: 1. For an int roduct ion on Matl ab we stro ngly rec ommen d the stude nt to read t he syst em’s on-line help, particularly the sections MATLAB and subsections Development  Environment , Mathematics, Programming and Data Types , and for information about Matlab’s graphical resources, the student should read the subsections Graphics, 3-D Visualization and Creating Graphical User Interfaces. 2. For an int roduct ion on Matl ab’s image processing functions we recommend the exercises on this list as well as the reading of the section  Image Processing Toolbox and of the subsections Getting Started , Introduction and Displaying and Printing Images of the on- line help. Exercises: 1. Dat a Types (ty pe “help dat atypes ”). 2. Image Types: RGB: Create 3 matrixes (Red, Green and Blue) with the same dimensions, containing values between 0 and 1. Example: (3 matrixes 3x3) RED=[0 1 0;1 0 1;1 0 0.5]; GREEN=[0 0 1;1 0 0;1 1 0.5]; 1

Upload: carolina-beaklini

Post on 14-Apr-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Exercises_Fundamentals.doc

7/27/2019 Exercises_Fundamentals.doc

http://slidepdf.com/reader/full/exercisesfundamentalsdoc 1/8

Page 2: Exercises_Fundamentals.doc

7/27/2019 Exercises_Fundamentals.doc

http://slidepdf.com/reader/full/exercisesfundamentalsdoc 2/8

Page 3: Exercises_Fundamentals.doc

7/27/2019 Exercises_Fundamentals.doc

http://slidepdf.com/reader/full/exercisesfundamentalsdoc 3/8

Page 4: Exercises_Fundamentals.doc

7/27/2019 Exercises_Fundamentals.doc

http://slidepdf.com/reader/full/exercisesfundamentalsdoc 4/8

Page 5: Exercises_Fundamentals.doc

7/27/2019 Exercises_Fundamentals.doc

http://slidepdf.com/reader/full/exercisesfundamentalsdoc 5/8

Page 6: Exercises_Fundamentals.doc

7/27/2019 Exercises_Fundamentals.doc

http://slidepdf.com/reader/full/exercisesfundamentalsdoc 6/8

Page 7: Exercises_Fundamentals.doc

7/27/2019 Exercises_Fundamentals.doc

http://slidepdf.com/reader/full/exercisesfundamentalsdoc 7/8

Page 8: Exercises_Fundamentals.doc

7/27/2019 Exercises_Fundamentals.doc

http://slidepdf.com/reader/full/exercisesfundamentalsdoc 8/8