header

Homework 12

In this assignment you will add some more advanced processing capabilities to your image viewer application. Modify your program from Lab 12 as follows:

  1. Implement the reduce function in the imageType class.
  2. Implement the enlarge function in the imageType class.
  3. Implement the applyFilter function in the imageType class.
  4. Implement the sharpen function in the imageType class.
  5. Implement the blur function in the imageType class.

For more information see the function headers and/or the image processing page.

File Submission

Load your Image project file into Quincy and then open your Lab12.cpp file. Save it as Hmwk12.cpp. Delete Lab12.cpp from your project and insert Hmwk12.cpp. Save your project file. Submit your project file and your Hmwk12.cpp application as email attachments.