Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

CS635 Digital Image Processing

Requirement

In this assignment, you are required to build a simple software framework for digital image processing.

Your program should be able to read and write PPM / PGM image files (either binary or ASCII), and perform color or geometric transformation.

The programming language is C/C++. The preferred programming environment is Visual C++ (VC) 2012. If you choose to use a different platform, your submitted source code should be compatible with a Visual C++ .Net compiler, i.e., one can build a working executable for Windows from your source code.