Rendering |
![]() |
Digital Image Synthesis, Fall 2014
|
Jump to...
project #1
|
project #2: Realistic Camera ModelAssigned: 2014/10/30Due: 2014/11/20 2:00pm Project descriptionMost computer graphics algorithms assume pin-hole camera model. However, it can't capture some important characteristics of lens system used in most modern cameras, usch as depth of field, distortion, vignetting and sptaillay varying exposure. In this project, you will implement the realistic camera model proposed by Kolb et. al. in SIGGRAPH 1995. You can also refer to the slides from the TA of a previous class, Shan-Yung Yang.Please download the template files, data files and scene files here. The archive file contains
else if(name == "realistic" ) camera = CreateRealisticCamera(paramSet, animatedCam2World, film);The following is the suggested approach to finish this asignment, but feel free to do it other ways.
Bells and whistlsYou will get bonus points if you vary pixels' weights according to the radiometry fomula listed in the paper.SubmissionPlease turn in the source code files that you have created or modified and a html report on what you have accomplished. In the report, you should at least show the following results:
Reference
|
|||||||
![]() |
![]() |