You are on page 1of 1

EEE30004 – MACHINE VISION

LAB-2: Diadic Operations, Blurring and Edge detection, and Template Matching

1. Carefully follow the guidelines given in Lab_Guidelines.pdf.

2. Copy the following MATLAB files into your own local directory. Give filename of your own.
Improve the files with appropriate comments. You may add/ modify the commands for
improvement. Execute each file and have a clear understanding. Try to understand the
commands and the scripts, so that you can use them later. You may use different images.

jReadWriteAnotherFolder.m
pc_DyadicOperationGreen.m
pc_SpatialOperations_Blur.m
pc_SpatialOperations_EdgeDetectSobel.m
pc_SpatialOperations_EdgeDetectDoG.m
pc_SpatialOperations_EdgeDetectLoG.m
pc_TemplateMatching2Wally.m

3. Thereafter, you can merge all the files into a single .m file with independent sections. Execute
this file to create your report. Use a different set of image(s).
See the video “Using the Live Editor” for how to create pdf file of your report.
https://au.mathworks.com/support/search.html/videos/using-the-live-editor-
117940.html?fq[]=asset_type_name:video&fq[]=category:matlab/live-scripts-and-
functions&page=1

For pc_TemplateMatching2Wally.m, you may use the 97People1.jpg (available in


ADDITIONAL IMAGES Folder) or any other image of your choice.

You might also like