- Introduction to Image Rendering
Images (2D signals), Colors, Sampling, Array Packings, Objects vs. Representations.
- Interpolation
Interpolation,
Smooth Step Functions,
Tons of example functions,
Useful Processing Tool (only works with Processing 2.0),
Spline Interpolation,
CMU 15-462 Assignment about making a keyframe editor,
Bicubic Interpolation,
Cool GIF.
|
- Processing Basics
setup(), draw(), window size, drawing a background, strokes/fill color, points, lines, stroke weights, shapes.
- Java Programming Basics
variables, primitive number types, operators, control flow, loops.
|