2007 siggraph文章

 

        SIGGRAPH 2007 刚开完,那些COURSE NOTES全文已开始由他们的作者陆续在网上公布了。我整理了一份siggraph 2007 course notes(online)的清单,还缺一些,如有谁能在网上找到相应的在线COURSE NOTES,请通过留言通知我一下,以便及时更新。希望我的劳动能给学习图形学的人们提供一点方便。 

siggraph 2006 course notes(online) 官方发布
http://www.siggraph.org/s2006/main.php?f=conference&p=courses&s=notes


siggraph 2007 course notes(online)

1. Computational Photography
http://www.merl.com/people/raskar/photo/

2. Mesh Parameterization: Theory and Practice
http://alice.loria.fr/php/article.php?pub=../publications/papers/2007/SigCourseParam

3. Sketch-Based Interfaces: Techniques and Applications
暂未找到

4. State of the Art in Massive Model Visualization
http://www.sci.utah.edu/~abe/massive07/

5. Introduction to Direct3D 10
http://www.microsoft.com/downloads/details.aspx?FamilyID=96CD28D5-4C15-475E-A2DC-1D37F67FA6CD&displaylang=en

6. Anyone Can Cook: Inside Ratatouille's Kitchen
http://graphics.pixar.com/indexAuthorShah.html

7. Introduction to SIGGRAPH and Computer Graphics
暂未找到

8. High-Quality Rendering Using Ray Tracing and Photon Mapping
http://graphics.ucsd.edu/~henrik/papers/

9. From "Shrek" to "Shrek the Third": Evolution of CG Characters in the "Shrek" Films
暂未找到

10. An Interactive Introduction to OpenGL Programming
暂未找到

11. Practical Least-Squares for Computer Graphics
http://graphics.stanford.edu/~jplewis/lscourse/

12. "Surf's Up": The Making of an Animated Documentary
http://www.185vfx.com/2007/08/surfs-up-course-at-siggraph/

13. A Gentle Introduction to Bilateral Filtering and Its Applications
http://people.csail.mit.edu/sparis/siggraph07_course/

14. Urban Design and Procedural Modeling
暂未找到

15. Example-Based Texture Synthesis
http://www.cs.unc.edu/~kwatra/SIG07_TextureSynthesis/index.htm

16. Practical Global Illumination With Irradiance Caching
http://moon.felk.cvut.cz/~xkrivanj/papers/2007-caching_course/index.htm

17. Spatial Augmented Reality: Merging Real and Virtual Worlds
http://www.uni-weimar.de/medien/ar/SpatialAR/Siggraph07.htm

18. Résumés and Demo Reels: If Yours Don't Work, Neither Do You!
暂未找到

19. Sorting in Space: Multidimensional, Spatial, and Metric Data Structures for Computer Graphics Applications
暂未找到

20. Visualizing Quaternions
暂未找到

21. Database Techniques With Motion Capture
http://www.cs.cmu.edu/~christos/TALKS/SIGGRAPH-07-tutorial/

22. LucasArts and ILM: A Case Study in Film and Game Convergence
暂未找到

23. Geometric Modeling Based on Polygonal Meshes
http://www.agg.ethz.ch/publications/course_notes

24. GPGPU: General-Purpose Computation on Graphics Hardware
http://www.ninjaprox.info/index.php?q=d3d3LmdwZ3B1Lm9yZy9zMjAwNy8%3D&hl=1ed

25. Mobile 3D Ecosystem
暂未找到

26. The Morphology of Digital Creatures
暂未找到

27. Anyone Can Make Quality Animated Films! The Eight Basic Steps to Success
暂未找到

28. Advanced Real-Time Rendering in 3D Graphics and Games
http://www.valvesoftware.com/publications.html

29. Crossing The Line: Moving From Film to Games (and Possibly Back)
暂未找到

30. Digital Art Techniques
暂未找到

31. Fluid Simulation
http://www.cs.ubc.ca/~rbridson/fluidsimulation/

32. Interaction Tomorrow
http://www.interactiontomorrow.org/coursematerial.html

33. Strands and Hair: Modeling, Animation, and Rendering
http://gamma.cs.unc.edu/SIG07_HAIR/

 

另一国外总汇地址:

http://kesen.huang.googlepages.com/sig2007.html

         

 

     




### SIGGRAPH会议论文概述 SIGGRAPH(ACM Special Interest Group on Computer Graphics and Interactive Techniques)作为计算机图形学和互动技术领域的重要国际会议,自成立以来一直引领着该领域的研究和发展方向[^3]。每年的SIGGRAPH会议上都会发布大量高质量的研究成果和技术进展报告。 这些论文涵盖了广泛的课题,包括但不限于: - 计算机图形渲染算法优化 - 虚拟现实与增强现实应用创新 - 动画制作中的物理模拟方法改进 - 图像处理及视觉效果提升技术 - 用户界面设计新思路探索 对于希望深入了解此领域最新动态或者寻找灵感的人来说,在线数据库如ACM Digital Library提供了便捷途径来访问历届SIGGRAPH所收录的文章全文资源。 为了更高效地找到特定主题下的优质文献资料,建议利用关键词检索功能并关注近年来高引用量的作品;同时也可以通过查阅综述性质的文章快速把握整体趋势。 ```python import requests from bs4 import BeautifulSoup def search_siggraph_papers(keyword): url = f"https://dl.acm.org/action/doSearch?AllField={keyword}&AfterYear=2018&BeforeYear=&ConceptID=7659" response = requests.get(url) soup = BeautifulSoup(response.text, 'html.parser') titles = [] for item in soup.select('.issue-item__title a'): title = item.string.strip() link = "https://dl.acm.org" + item['href'] titles.append((title, link)) return titles[:5] search_results = search_siggraph_papers('computer graphics rendering') for result in search_results: print(f"{result[0]}: {result[1]}") ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值