Description:
In this lesson we will develop programs that use "image patches" and filter a photograph. Filtering allows for removing noise, blurring an image, and has applications in searching and finding image matches. We will also explore the OpenCV library for template matching and facial recognition.
Resources:
Correlation and Convolution Filters: http://nebomusic.net/perception/Correlation_and_Convolution_Filters.pdf
Template Matching:
http://nebomusic.net/perception/template_matching.pdf
Writing Images to Files: http://nebomusic.net/perception/Writing_Image_To_Files.pdf
Process:
Complete steps 1 through 12 in these directions: http://nebomusic.net/perception/PS04.pdf
Deliverables:
Create a .zip file of the PS04 workspace with code, source images, and output images. Upload this .zip file to the Google Classroom. Make sure your name is in the comments of code as outlined on the template.