中国科技大学《计算机图形学》暑期课程

USTC Summer School 2013 (001M0601)

Advances in Computer Graphics

计算机图形学前沿进展

图形与几何计算实验室 (Graphics&Geometric Computing Laboratory)

中国科学技术大学 (University of Science and Technology of China)


课程介绍  课程安排  授课教师介绍  课程简介  其他


Announcements


课程介绍

  • 《计算机图形学前沿进展》(课程编号:001M06)为中国科技大学暑期学期的课程。课程由数学科学学院中科大图形与几何计算实验室(GCL)刘利刚老师(微博)和其他各位老师及国内外学者共同授课。本年度课程的主题为“几何计算与处理 及图像应用”。若对计算机图形学中的几何处理不太熟悉的同学,可提前看一下 刘利刚老师开设的本科生课程《计算机图形学》和研究生课程《数字几何处理》的主页(其中有较完善的课程课件提供下载 )
  • 该课程为全校性公共选修课程,面向应用数学、计算机科学、信息科学等相关专业的学生,欢迎数学学院、少年班学院、信息学院、计算机学院等学院的本科生高年级学生和研究生来选课 。
  • 该课程以介绍计算机图形学领域的最新的研究成果及进展为主,同时兼顾本科生也会介绍该领域的一些基本问题和研究方向,只要有《线性代数》、《微积分》、《解析几何》、《微分几何》等课程知识的学生都可以听懂。
  • 本次课程的内容涵盖几何建模、样条及等几何分析、形状分析、曲面重建、变分方法、深度相机、三维打印、基于图像的建模技术、可视化技术、图像和视频处理压缩感知等内容,内容丰富和前沿,是了解计算机图形学前沿和未来方向的非常难得的机会。
  • 上课时间:7月3日至7月10日
  • 上课地点:中国科技大学东区1-301
  • 学分:2
 

课程安排

时间

授课老师

课程题目

73

星期三

08:30-08:50

刘利刚

课程介绍

08:50-10:00

刘利刚

几何建模与处理及计算机图形学进展

10:15-11:45

童晶

从深度相机到三维打印--原理、应用、研究

15:00-16:00

张举勇

建筑几何研究进展(1)

16:15-17:15

张举勇

建筑几何研究进展(2)

74

星期四

08:30-10:00

陈中贵

重心Voronoi图与最优Delaunay剖分及其应用(1)

10:15-11:45

陈中贵

重心Voronoi图与最优Delaunay剖分及其应用(2)

15:00-16:00

李新

基于T样条的几何造型(1)

16:15-17:45

李新

基于T样条的几何造型(2)

75

星期五

08:30-10:00

刘永进

网格曲面上基于测地度量的Voronoi图构建

10:15-11:45

周世哲

Animated Line drawing and pattern-aware curve decoration

15:00-16:00

邓建松

等几何分析(1)

16:15-17:45

邓建松

等几何分析(2)

76

星期六

08:30-10:00

陈为

信息可视化与可视分析(1)

10:15-11:45

陈为

信息可视化与可视分析(2)

15:00-16:00

陈雪锦

基于图像的三维建模(1)

16:15-17:45

陈雪锦

基于图像的三维建模(2)

77

星期日

08:30-10:00

吴春林

Variational methods for image processing and computer graphics(1)

10:15-11:45

吴春林

Variational methods for image processing and computer graphics(2)

15:00-16:00

杨周旺

压缩感知与几何稀疏建模(1)

16:15-17:45

杨周旺

压缩感知与几何稀疏建模(2)

78

星期一

08:30-10:00

张磊

基于互联网图像/视频的图形学研究

10:15-11:45

刘利刚

全局思考、局部操作的方法

15:00-16:00

Seungyong Lee

Image deblurring (1)

16:15-17:15

Seungyong Lee

Image deblurring (2)

79

星期二

08:30-10:00

Wotao Yin Compressed sensing, sparse optimization with big data

10:15-11:45

Jorg Peters

Modeling with rational splines

15:00-16:00

Seungyong Lee

Image stylization (1)

16:15-17:15

Seungyong Lee

Image stylization (2)

710

星期三

08:30-10:00

Niloy Mitra

Structure-aware geometry processing (1)

10:15-11:45

Niloy Mitra

Structure-aware geometry processing (2)

15:00-16:00

Jorg Peters

Subdivision algorithms (1)

16:15-17:15

Jorg Peters

Subdivision algorithms (2)

17:15-17:35

刘利刚

课程总结

 


授课教师介绍

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


课程简介
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Texts
 

References:
            State-of-the-art papers in computer graphics.
Readings:
            Various journal papers, conference papers, or WWW materials as appropriate.
 


Resources

C++ coding styles

Computer Program Documentation Standards

Advices on Researches:

Mesh Models:

Mesh library on the internet:

Model formats:

  • nThe Graphics File Formats Page
  • dxflib — for reading DXF models
  • lib3ds — for reading 3D studio files
  • ply 1.1 — an older version of the PLY library from Stanford
  • PLYtools — Greg Turk’s code for working with PLY files
  • trimesh — a C++ library for working with PLY files from Szymon Rusinkiewicz [not quite as general as the libraries above]
  • Wotsit’s List — as with the image formats, a rather comprehensive list

OpenGL programming:

GUI toolkits:

  • nFLTK — cross-platform toolkit with good OpenGL support
  • GLUT — standard but minimal OpenGL cross-platform toolkit
  • freeglut — Open Source reimplementation of GLUT
  • GLUI — implements typical GUI widgets with OpenGL in GLUT windows
  • GLOW — another OpenGL-based widget set
  • PUI — similar in spirit to GLUI
  • GLGooey — another widgets-in-OpenGL library
  • Cpw — application framework for OpenGL programs (Windows only)

Renders:

Useful coding related sites on the internet:


历年暑期课程


Send any comments or suggestions to Prof. Ligang Liu (lgliu@ustc.edu.cn)
Copyright © 2013, Ligang Liu