## Please edit system and help pages ONLY in the moinmaster wiki! For more ## information, please see MoinMaster:MoinPagesEditorGroup. ##master-page:FrontPage #format wiki #language en #pragma section-numbers off = CS148 Wiki = This is the course wiki for cs148 - Introduction to Computer Graphics and Imaging == Description == '''This course is being completely revised this year.''' This course provides a broad introduction to computer graphics and imaging. Topics: Input and output devices such as cameras and displays, graphics hardware and software, interactive techniques and the model-view-controller design pattern, typography and page layout, light and color representations, tone reproduction, image filtering, sampling, aliasing and antialiasing, compression, two- and three-dimensional geometry and transformations, modeling techniques including curves and surfaces, reflection models and illumination algorithms, and basic methods for animation. == Prerequisites == CS107, MATH 103. Programming using C/C++ and OpenGL and use of common graphics tools such as drawing programs and image processing toolkits. Masters students or students with a strong interest in continuing in graphics should take CS248. == Syllabus == || Week || Dates || Tue || Thu || || 1 || Jan 9, 11|| [wiki:Self:Lectures#Introduction Introduction] || [wiki:Self:Lectures#Drawing Drawing] || || 2 || Jan 16, 18 || [wiki:Self:Lectures#Geometry Geometry] || [wiki:Self:Lectures#Transforms Transforms] || || 3 || Jan 23, 25 || [wiki:Self:Lectures#Typography Typography]|| [wiki:Self:Lectures#Splines Splines and Interpolation] || || 4 || Jan 30, Feb 1 || Input Technology || Interaction Techniques || || 5 || Feb 6, 8 || Light and Color || Digital Cameras || || 6 || Feb 13, 15|| Displays || Exposure and Tone Reproduction || || 7 || Feb 20, 22|| Mattes and Compositing || Filtering || || 8 || Feb 27, Mar 1 || Sampling: Aliasing and Antialiasing|| Compression || || 9 || Mar 6, 8 || Digital Video and HDTV || Modeling || || 10 || Mar 13, 15 || Rendering || Animation || == Information == * Time: 9:30-10:45am, Tu/Th, Winter 2007 * Room: Building 300, Room 300 * Course staff mailing list: cs148-win0607-staff@lists.stanford.edu * ["Instructors"] * ["Participants"] * ["Syllabus"] == Text and readings == There is one required text for the course. Peter Shirley[[BR]] ''Fundamentals of Computer Graphics, 2nd Edition''[[BR]] A. K. Peters, 2006. In addition, one of the following books on OpenGL are recommended. The first one, the primer, is easy to read and gives a good overview of OpenGL. The second book, often called 'The Red Book" is more detailed and covers more advanced features. These books are recomended- not required -because most of this information can be found online. In particular, the older 2nd Edition of the [http://www.opengl.org/documentation/red_book/ OpenGL Programming Guide] is freely available. Edward Angel[[BR]] ''OpenGL: A Primer, 2nd Edition''[[BR]] Addison-Wesley, 2005 Dave Shreiner, Mason Woo, Jackie Neider, Tom Davis[[BR]] ''OpenGL Programming Guide, 5th Edition''[[BR]] Addison-Wesley, 2006 Additional readings will be assigned from journals and conference proceedings, and excerpts from conference tutorials. Only papers NOT available online will be handed out in class. Readings for each lecture are available from the ["Lectures"] page. == Assignments, exams and grading == This course will include 8 short assignments, one per week, in addition to a mid-term and a final. The assignments will be short and are meant to be completed in a few hours. Example code and data will be provided so that you can concentrate on the main conceptual ideas and not need to write a lot of code. Additionally, of your 8 assignments, we will drop the lowest 2 scores when computing final grades. The tentative list of assignments are:: Assignment1: Generative art Assignment2: Animating a clock escapement Assignment 3: Simple page layout system Assignment 4: Interactive zoom-and-pan over a large image using a gamepad Assignment 5: Bracketed exposure and high-dynamic range imaging Assignment 6: Matte extraction and compositing Assignment 7: Wavelet compression Assignment 8: Shading and lighting using a vertex program Evaluation criteria: Programming assignments will count 60% of your grade. As stated above, your best 6 grades out of the 8 programming assignments will be used for determining your final grade. The mid-term and the final will each count 20% of your grade. Collaboration: For the programming projects, you may discuss the assignment with friends, but you are expected to implement your own solutions. Late assignments: Assignments will be handed out on Thu and are due the following Thu at 11:59pm. No late assignments will be accepted for grading. Since we will be dropping your two lowest assignment scores, a late assignment will essentially be considered one of your skipped assignments. == Hardware and software == You are welcome and encouraged to do class assignments on your own machines. OpenGL is readily available on linux, windows and mac platforms. The support code will be tested on each of these platforms. If you do not wish to develop on a personal machine, you will have access to the 'myth' machines located in [http://www.stanford.edu/services/cluster/ Gates B08]. These 3.2 Ghz DELL Dual-Xeon Linux boxes, named myth1 - myth29 are available for remote access. CS148 students are given non-exclusive priority access to these machines. All students with leland accounts automatically have accounts on these machines. Home directories on these machines are shared with other Stanford Computing Clusters using AFS. If you do not have a leland account, consult this [http://www.stanford.edu/home/computing/ids_and_accounts.shtml ITSS web page]. Registered students will get an extra 200MB of disk quota for the quarter. Please notify the course staff immediately if you do not notice this quota increase withing 48 hours of officially signing up for the course.