From d21e8b1e72691adb4f3ebc4c5214e53a3a5318e4 Mon Sep 17 00:00:00 2001 From: Abhishek Bhattacherjee Date: Mon, 4 Jun 2018 20:45:45 +0530 Subject: [PATCH] Fix position of CSCI 1230 in list --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 311f04c..fbe79cd 100644 --- a/README.md +++ b/README.md @@ -821,11 +821,6 @@ and anti-analysis techniques. - This course provides a comprehensive introduction to computer graphics. Focuses on fundamental concepts and techniques, and their cross-cutting relationship to multiple problem domains in graphics (rendering, animation, geometry, imaging). Topics include: sampling, aliasing, interpolation, rasterization, geometric transformations, parameterization, visibility, compositing, filtering, convolution, curves & surfaces, geometric data structures, subdivision, meshing, spatial hierarchies, ray tracing, radiometry, reflectance, light fields, geometric optics, Monte Carlo rendering, importance sampling, camera models, high-performance ray tracing, differential equations, time integration, numerical differentiation, physically-based animation, optimization, numerical linear algebra, inverse kinematics, Fourier methods, data fitting, example-based synthesis. - [Lectures and Readings](http://15462.courses.cs.cmu.edu/fall2015/reading) - [Assignments and Quizes](http://15462.courses.cs.cmu.edu/fall2015/exercises) -- [CS 123](http://cs.brown.edu/courses/csci1230/index.html) **Introduction to Computer Graphics** *Brown University* Assignments Lecture Notes - - This course offers an in-depth exploration of fundamental concepts in 2D and 3D computer graphics. It introduces 2D raster graphics techniques, including scan conversion, simple image processing, interaction techniques and user interface design. The bulk of the course is devoted to 3D modeling, geometric transformations, and 3D viewing and rendering. - - [Lectures](http://cs.brown.edu/courses/csci1230/lectures.html) - - [Labs](http://cs.brown.edu/courses/csci1230/labs.html) - - [Demos](http://cs.brown.edu/courses/csci1230/demos.html) - [CS 378](https://github.com/ut-cs378-vision-2014fall/course-info) **3D Reconstruction with Computer Vision** *UTexas* Assignments Lecture Notes - In this lab-based class, we'll dive into practical applications of 3D reconstruction, combining hardware and software to build our own 3D environments from scratch. We'll use open-source frameworks like OpenCV to do the heavy lifting, with the focus on understanding and applying state-of-the art approaches to geometric computer vision - [Lectures](https://github.com/ut-cs378-vision-2014fall/course-info/tree/master/meeting-notes) @@ -845,6 +840,11 @@ and anti-analysis techniques. - [CSCI-GA.2270-001](https://mrl.nyu.edu/~perlin/courses/fall2015/) **Graduate Computer Graphics** *New York University* Assignments Lecture Notes Readings - Step-by-step study computer graphics, with reading and homework at each lecture (Fall2015) - [Lectures](https://mrl.nyu.edu/~perlin/courses/fall2015/) +- [CSCI 1230](http://cs.brown.edu/courses/csci1230/index.html) **Introduction to Computer Graphics** *Brown University* Assignments Lecture Notes + - This course offers an in-depth exploration of fundamental concepts in 2D and 3D computer graphics. It introduces 2D raster graphics techniques, including scan conversion, simple image processing, interaction techniques and user interface design. The bulk of the course is devoted to 3D modeling, geometric transformations, and 3D viewing and rendering. + - [Lectures](http://cs.brown.edu/courses/csci1230/lectures.html) + - [Labs](http://cs.brown.edu/courses/csci1230/labs.html) + - [Demos](http://cs.brown.edu/courses/csci1230/demos.html) ------- ### Misc