-- CS635 (Spring 2025) --

Capturing and Rendering Real-World Scenes

Have you ever wondered how to create models of 3D objects? Have you ever wanted to create a model of an entire room, floor, or building? Have you ever wanted to add real-world environments and objects to your games and virtual worlds? If so, this is the course for you!!!

[Course Summary PDF]

 

[Eye Candy Slides!]

 

1. Course Overview

The objective of this course/seminar is to understand the fundamental problems and challenges encountered when capturing, modeling, and rendering (and printing) 3D structures and objects. The course covers several subjects within computer graphics, computer vision, and computer science so as to provide to the student a full understanding of the capture/model/render pipeline. From this understanding and cross-fertilization of ideas, it is expected that students will in the future be able to develop new and improved approaches.

 

For more information about the general type of research, I recommend looking at:

CGVLab Webpage: http://www.cs.purdue.edu/cgvlab

My webpage: http://www.cs.purdue.edu/~aliaga

For graphics in general: http://kesen.realtimerendering.com/

For vision in general: https://openaccess.thecvf.com/menu

 

2. Tentative Schedule

 

 

Week of

Lecture

Assignment

Final Project

Jan 13

Introduction, Toolbox (e.g., features, deblurring. optimization: minimization, least squares, simulated annealing, MCMC, machine learning and AI, human computation);

Camera calibration

Jan 17: #0 out

[base_freeglut.zip]

 

 

 

 

 

Jan 20

Camera Calibration

Radiometric Calibration

 

 

 

#1 out [lmdif.zip]

 

Jan 27

Passive Acquisition (geometric stereo, Hough / Radon Transform )

 

 

 

 

 

 

Jan 30

Active Acquisition (part 1, part 2)

 

 

 

 

 

Feb 3

 

 

 

 

#2 out [triangulation.zip] [lsqr++.zip]

[lsqr-simple.zip]

 

Feb 10

Photogeometric Stereo (e.g., photometric stereo, photogeometric method)

 

 

 

 

 

Feb 17

Deep Learning Enhanced

Single-Image and 3D Reconstruction

#3 out

 

 

 

 

 

Feb 24

Forward Lightfields/Light Transport

Inverse Lightfields/Light Transport

 

Suggestions given

 

 

 

 

Mar 3

Project Background Presentations

 

Declare projects

 

 

 

Background presentations

Mar 10

(Deep) Computational Images & Cameras

 

#3 in (March 14)

 

 

 

 

 

Mar 17

Spring break (no classes)

 

 

 

 

 

 

Mar 31

(Deep) Displays and Inverse Optics

 

 

 

 

 

 

Apr 7

Mid-Project Presentations

 

Mid-project presentations

 

 

 

 

Apr 14

TBA

 

 

 

 

 

 

Apr 21

3D Printing and Design

 

 

 

 

 

 

Apr 28

Demo week

 

Demo and presentation!

 

(details forthcoming…)

 

 

 

3. Workload

 

The course is divided into two parts.

 

The course grade is determined by the performance in the programming assignments, the final project, and class participation. Each assignment will be evaluated during an interactive session with the instructor. The grade depends on a combination of meeting the requirements, the presentation, and the sophistication of the solution. There will be no final exam but rather a public demo day at the end of the semester with all projects.

 

Assignment #0 – Compiling Warm-up (Jan 15 to Jan 22) (1 week)

Download, compile, and execute the provided software package. The deliverable includes a simple image sequence that is trivial to do with the provided software. The objective is just to “get you up and running for the assignments/project”. If you wish to use your our own framework, please see the instructor. The deliverable is a simple video.

 

Assignment #1 – Camera Calibration (Jan 22 to Feb 5) (2 weeks)

Capture images (using your camera or a loaned camera) and “calibrate” the camera. The resulting calibrated camera should be used to verify correct pose estimation of a pair of images via simple visual feedback (correspondence can be established, for example, manually via mouse clicking).

 

Assignment #2 – Example Real-world 3D Reconstruction (Feb 5 to Feb 19) (2 weeks)

Using the previous assignment, reconstruct a 3D object (using triangles) and render the object within an OpenGL program where you can intuitively control the viewpoint and/or object position and orientation.

 

Assignment #3 – Deep Learning Based Recognition (Feb 19 to Mar 4) (2 weeks)

Using the previous assignment and a provided framework, train a neural network to “learn” how to do perform a part of the 3D reconstruction task. Learning will be done on your PC or on a department provided GPU cluster.

 

Final Project (final due date May 1)

 

Feb 24: project ideas will be given to all students in written form

March 3/5/7: in-class presentation of project-relevant papers (presentation length is “long”)

Apr 7/9/11: in-class Powerpoint presentation of mid-project progress

Week of Apr 28: projects due (Public Demo)

 

The grade distribution is tentatively:

Assignments: 25% (1%, 8%, 8%, 8%)

Final Project: 65% (10%, 15%, 40%)

Class Participation and Attendance: 10%

 

A subset of relevant conferences that could be targeted with this semester’s work include:

 

4. Administrative Issues

 

All assignments must be handed-in by the specified due date/time. An assignment late by up to one day receives a 50% penalty (e.g., if maximum score is 10, it will be a maximum of 5), by up to two days a 75% penalty and after that a 100% penalty. THERE IS NO LATE PASS. The final project consists of 3 formal presentations (initial background research – papers review, a mid-project presentation, and final project presentation). The exact dates will be established once students and projects are settled. All final project related presentations must be on time; otherwise a grade of 0 is given for that component.

 

Grading is done by submitting system via Brightspace and then demo’ing the assignment, and reviewing code, with individual arranged meetings with the instructor.

 

All assignments, presentations, and projects must be done individually unless otherwise indicated by instructor. Final projects may be teams of two people (rarely three or more people). In research, it is highly encouraged to “build upon the shoulders” of others, however due credit must be given to the sources. Unreported copying or plagiarism will give you a failing grade in the course and you will be subject to standard departmental and University policies. For the programming assignments, code obtained from the Internet, books, or other sources may *not* be used. For the final project, previously-written code is permissible pending instructor approval.