Functional Problem Solving (CSC 151 2014F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Setup] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Davis (2013F)] [Rebelsky (2014S)] [Weinman (2014F)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)]
Held: Monday, 6 October 2014
Back to Outline 21 - Naming Local Values. On to Outline 23 - Revisiting Lists.
Summary
We consider a simple approach to working with images - looping over the positions in an image and computing a new color based on positional information. We then explore some applications of this approach.
Related Pages
Overview
Administrivia
image-compute modelimage-variant model, we built images with a starting
image and a function from colors to colors.(image-compute *function* *width* *height*)