Graphics & Image Processing
Tutorials 8 & 9: Morphological Image Processing
Developed by Dr Valentina Plekhanova
I. Matlab Section
I-1.
Use the Matlab help system to read about the following commands: strel, imopen, imclose
I-2.
Reminder: impixel can return values and/or coordinates (in ROW/COL)
Use the Matlab help system to read more about this command.
II-1. Examples
Make m-files
II-1.
|
Explain the program and results.
II-2.
|
Explain the program and results.
II-3.
|
Explain the program and results.
II-4.
|
Explain the program and results.
II-5.
|
Explain the program and results.
II-6. Run the following program with the processes: Closing-Opening, i.e.
|
Explain the program and results.
II-7. Now we modify and run the program II-6 with the processes: Opening-Closing, i.e.
|
Explain the program and results.
II-8. Run the following program with the processes: Closing-Opening, i.e.
|
Explain the program and results (find in Matlab Command Window).
II-9. Now we modify and run the program II-8 with the processes: Opening-Closing, i.e.
|
Explain the program and results (find in Matlab Command Window).
II-10.
|
III. Tasks
III-1. Explain and compare the results from Examples II-1 and II-2 (Tutorials 8 & 9).
III.2. Compare the number of beans that you received in Example II-4 (Tutorial 7) with the number of beans on the image that you have received in Example II-3 (Tutorials 8 & 9). Explain the result.
III-3. Compare RGB image in the Example II-4 (Tutorial 7) with the RGB image in the Example II-5 (Tutorials 8 & 9). Explain the result.
III-4. Explain and compare the results from Examples II-6 and II-7 (Tutorials 8 & 9).
III-5. Explain and compare the results from Examples II-8 and II-9 (Tutorials 8 & 9).