Lesson 16: Painting a picture
Outline:
- Questions?
- Recap Lesson 15: nested
forloops, RGB colors, andImageobjects - Image processing
- creating a grayscale image: Exercise 1
Explore after class:
- Practice with nested loops: mixing
forandwhile - Canny edge detection
Want more practice?
- Runestone:
- Codingbat for string review:
- Strings
- Others: string_times, string_bits, string_splosion, big_diff
What’s next
Upcoming events/assessments:
- CS Bits and Bytes tomorrow at 3:30pm in Anderson 329: FRSecure
- Your first Project Code deliverable is due this Thursday at 10pm
- Quiz #3 will be on Friday (in Olin 149)
What you should do now:
- The readings (see below)
- Keep working on your project
- Prep for Quiz 3
Reading assignment (to be completed by the next class):
- Runestone: nested
forloops