Module 06:
Images, Nested Loops, and
First-Class Functions
This chapter uses image processing (manipulating pictures) as a tool to introduce three major concepts:
- Digital image concepts
- Use of nested loops for 2-dimensional data
- Use of functions as "first-class" objects, able to be values of variables, parameters of functions, and values returned by functions.
Competencies for This Module