CSE 557: Computer Graphics
Spring Quarter 1999
Syllabus
Administrivia:
Prerequisites:
- Knowledge of data structures
- A good working knowledge of C (and hopefully C++) programming
- Some linear algebra
- Some mathematical sophistication
- (No prior knowledge of graphics is assumed.)
Text:
- Foley, van Dam, Feiner, Hughes. Computer
Graphics Principles and Practice, Second Edition in C. Addison Wesley, 1996.
Topics:
- Week 1: Introduction, human vision
- Week 2: Sampling theory, image processing
- Week 3: Geometric transformations
- Week 4: Ray tracing
- Week 5: Curves
- Week 6: Surfaces
- Week 7: Modeling and animation
- Week 8: Advanced rendering
- Week 9: Graphics hardware, special topics
- Week 10: Special topics
Grading:
- Projects: 80%
- Written assignments: 20%
There will be no final exam for this course.
Projects:
Projects are implemented in the graphics
instructional lab, which consists of 14 Intel machines running NT.
The lab is located in Sieg 228.
Here is a tentative list of projects and dates:
- Project 1: Impressionist
- An interactive program that creates pictures that look like paintings.
- Assigned: April 7
- Due: April 20
- Project 2: Ray tracer
- A recursive ray tracer for generating simple images that model
- reflection and refraction.
- Assigned: April 21
- Due: May 4
- Project 3: Subdivision surface modeler
- An interactive modeling system based on subdivision surfaces.
- Assigned: May 5
- Due: May 18
- Project 4: Final project
- A substantial extenstion to the ray tracer or the subdivision
- surface modeler. Alternatively, develop a new idea!
- Assigned: May 19
- Due: June 7
Projects will be graded during in-person sessions with the TA. During
the grading session, the TA will run the project to make sure that it
conforms to the project guidelines. The TA will then quiz individual
members of the team to determine how well they understand the
structure of the code, the design trade-offs, and the implemented
algorithms.
One grade will be assigned for all members of the team for the
project's implementation. Separate grades will be recorded for each
team member's "knowledge of the project." For some of the projects,
the last component of the grade will involve using your project to
create an artifact, hopefully, of some artistic merit. Extra
credit will be given for the nicest artifacts, as determined by class
vote. Click here for more information
on project grading.
Project Turn-in & Late Policy:
Assignments are due at the beginning of lecture on the due date.
This means that the modification stamp on the project executable
must be earlier than the start of lecture on the due date. Late
assignments are marked down at a rate of 33% per day (not per
lecture), meaning that if you fail to turn in an assignment on time
it is worth 66% for the first 24 hours after the deadline, 33%
for the next 24 hours, and it is worth nothing after that. In
addition, no extra credit for bells and whistles will be awarded
for any late assignment.
Exceptions will be given only in extreme circumstances and only
in advance.
CSE/557 Catalog description:
Introduction to computer image synthesis, with an emphasis on the
underlying theoretical principles in preparation for undertaking
computer graphics research. Topics vary from year to year, but may
include color perception; radiometry, photometry, and radiative
transport; geometric fundamentals, including affine and projective
geometry; data structures and algorithms from computational geometry;
curve and surface design; numerical methods, including wavelets,
optimization, and root finding; sampling theory and its relation to
image and volume processing; and physical dynamics for modeling and
animation. Laboratory project required.