Digital Image Processing – Programming Fundamentals
April 2, 2011 Leave a comment
Prerequisites: A brief knowledge of C/C++ language(s).
This text describes the basic computer programming (C/C++) techniques required to begin practical implementations in Digital Image Processing. After reading the text, the reader would be in a position to understand and identify:
- How uncompressed images are stored digitally
- Typical data structures needed to handle digital image data
- How to implement a generic image processing algorithm as function
Advertisements