Компьютерная графика
Информатика и вычислительная техника
  • формат pdf
  • размер 9.82 МБ
  • добавлен 18 декабря 2011 г.
Jensen H.W. Realistic Image Synthesis using Photon Mapping
Издательство A K Peters, 2001, -196 pp.

Making realistic images using a computer is now commonplace. As a result, directors can create convincing, imaginary worlds; and designer can virtually prototype, visualize, end evaluate potential products and spaces. Although not that long ago it was easy for anyone to distinguish computer-generated images from photographs, nowadays even experts are easily fooled. It is hard to separate rea1 from the virtual in a movie or magazine these days.
However, creating algorithms and building systems to produce such images is a challenging task. Fundamentally it involves understanding the physics - how light interacts with the materials in the world - and the psychophysics how we perceive the light rays entering our eye. Artists and scientists throughout the ages have studied the causes of appearance and the resulting visual cues: motion, shape. occlusion, perspective, lighting, reflection, texture, and color. All these generators of appearance may now be modeled on a computer. We can model and simulate the processes that form pattes and textures, the physics of light reflecting from a surface or scattering in a media, and the propagation of light as it travels from light sources through the scene to the camera.
The two breakthrough algorithms in image synthesis were ray tracing and radiosity. Ray tracing involves first casting rays from the eye through a pixel and into the scene, recursively generating reflected and refracted rays. Stochastic or distributed ray tracing was invented to deal with motion blur, depth or field or reflections from glossy surfaces, and path tracing extended the algorithm to deal with mutual interreflection. Radiosity takes a different approach: it assumes the world consists of diffuse surface patches, and then solves a matrix equation for the amount of light reaching each path.

Introduction
Fundamentals of Global Illumination
Monte Carlo Ray Tracing
The Photon-Mapping Concept
Photon Tracing
The Photon Map Data Structure
The Radiance Estimate
Visualizing the Photon Map
A Practical Two-Pass Algorithm
Participating Media
Optimization Strategies
A Basic Monte Carlo Integration
B A Photon Map Implementation in C++
C A Cognac Glass Model
Похожие разделы
  1. Академическая и специальная литература
  2. Информатика и вычислительная техника
  3. Системы автоматизированного проектирования (САПР)
  1. Академическая и специальная литература
  2. Информатика и вычислительная техника
  3. Устаревшие материалы
  4. Компьютерная графика и САПР
  1. Академическая и специальная литература
  2. Искусство и искусствоведение
  3. Искусство кинематографии
  4. Искусство анимационного кино
  1. Академическая и специальная литература
  2. Начертательная геометрия и инженерная графика
  1. Прикладная литература
  2. Компьютерная литература
  3. 3D графика / 3D моделирование
  1. Прикладная литература
  2. Компьютерная литература
  3. Adobe Illustrator
  1. Прикладная литература
  2. Компьютерная литература
  3. Adobe InDesign
  1. Прикладная литература
  2. Компьютерная литература
  3. Adobe Photoshop
  1. Прикладная литература
  2. Компьютерная литература
  3. Autodesk 3ds Max / Maya
  1. Прикладная литература
  2. Компьютерная литература
  3. Autodesk AutoCAD / AutoLISP
  1. Прикладная литература
  2. Компьютерная литература
  3. CorelDRAW
  1. Прикладная литература
  2. Компьютерная литература
  3. DirectX
  1. Прикладная литература
  2. Компьютерная литература
  3. GIMP
  1. Прикладная литература
  2. Компьютерная литература
  3. HTML / CSS / JavaScript
  4. WebGL
  1. Прикладная литература
  2. Компьютерная литература
  3. OpenGL
  1. Прикладная литература
  2. Компьютерная литература
  3. SolidWorks
  1. Прикладная литература
  2. Компьютерная литература
  3. Компас 3D / Компас-График / Компас-Автопроект
Смотрите также

Adobe Developers Association. TIFF Image Format Specification

  • формат pdf
  • размер 299.5 КБ
  • добавлен 01 ноября 2011 г.
1992, -121 pp. Revision 6.0 This document describes TIFF, a tag-based file format for storing and interchanging raster images. The first version of the TIFF specification was published by Aldus Corporation in the fall of 1986, after a series of meetings with various scanner manufacturers and software developers. It did not have a revision number but should have been labeled Revision 3.0 since there were two major earlier draft releases. Revision...

Brinkmann R. The Art and Science of Digital Compositing

  • формат pdf
  • размер 1.43 МБ
  • добавлен 08 января 2012 г.
Издательство Morgan Kaufmann, 1999, -383 pp. This book is about creating images. It will discuss a number of different tools that can be used to create these images, but it is not a book about tools. In the years that I have been involved with the field of digital compositing, there have been dramatic increases in the power and flexibility of the tools that are available. But the basic concepts have remained the same, and this will most likely c...

Cohen M.F., Wallace J.R. (eds.) Radiosity and Realistic Image Synthesis

  • формат pdf
  • размер 5.22 МБ
  • добавлен 24 ноября 2011 г.
Издательство Academic Press, 1995, -412 pp. For the past 25 years, researchers in the field of computer graphics have continuously striven for the production of realistic images of nonexistent environments. To attain this goal and its ultimate potential for design and aesthetic evaluations, it is necessary to accurately represent the appearance of objects and scenes as they look to us. This requires the knowledge of how to simulate both the phys...

Ebert D.S. etc. Texturing & Modeling. A Procedural Approach

  • формат pdf
  • размер 8.99 МБ
  • добавлен 19 ноября 2011 г.
Издательство Morgan Kaufmann, 2003, -806 pp. What is a realistic image? This is an age-old question in art, and a contemporary question in computer graphics. This book provides a modern answer involving the computer and a new definition of realism. The classic definition of realism has been veridical realism. Does the picture pass the comparison test? That is, would an observer judge the picture to be real? This is traditionally described by Pli...

Glassner A.S. (ed.) An Introduction to Ray Tracing

  • формат djvu
  • размер 3.85 МБ
  • добавлен 24 ноября 2011 г.
Издательство Academic Press, 1991, -351 pp. This is a book about computer graphics, and the creation of realistic images. By ‘realistic' we mean an image that is indistinguishable from a photograph of a real, three-dimensional scene. Of the many computer techniques that have been developed to create images, perhaps the algorithm called 'ray tracing' is now the most popular for many applications. Part of the beauty of ray tracing is its extreme s...

Glassner A.S. Principles of Digital Image Synthesis

  • формат pdf
  • размер 18.83 МБ
  • добавлен 05 декабря 2011 г.
Издательство Springer, 1995, -1510 pp. Two volumes Inspiration begins with imagination and the spirit to create. Then comes the need to communicate, to share an idea or thought. Grab a pencil and you can make it real: a picture, abstraction made concrete, ideas preserved in time. Our hearts and minds are moved to tell stories, to teach what we think and feel to others and learn the same from them. Of all the visual media, computer graphics is on...

Kang S.B., Quan L. Image-Based Modeling of Plants and Trees

  • формат pdf
  • размер 3.08 МБ
  • добавлен 06 декабря 2011 г.
Издательство Morgan & Claypool, 2010, -83 pp. Plants and trees are among the most complex natural objects. Much work has been done attempting to model them, with varying degrees of success. In this book, we review the various approaches in computer graphics, which we categorize as rule-based, image-based, and sketch-based methods. We describe our approaches for modeling plants and trees using images. Image-based approaches have the distinct...

Luebke D. etc. Level of Detail for 3D Graphics

  • формат pdf
  • размер 3.03 МБ
  • добавлен 05 декабря 2011 г.
Издательство Morgan Kaufmann, 2003, -414 pp. A perennial goal (by no means the only one) of computer graphics is to produce visual evocations of virtual worlds that look real. This is a formidable challenge for modeling, for illumination, and then for rendering on displays of limited resolution and limited dynamic range. For interactive computer graphics, this challenge is aggravated by the necessity of rendering a new picture 25–30 times per se...

Reas С., Fry B. Processing: a Programming Handbook for Visual Designers and Artists

  • формат pdf
  • размер 6.3 МБ
  • добавлен 03 января 2012 г.
Издательство MIT Press, 2007, -737 pp. At MIT, the full-time graduate studio that I administer attracts a uniquely gifted lot: people who have a fundamental balance issue in the way they approach the computer as an expressive medium. On the one hand, they don’t want the programming code to get in the way of their designs or artistic desires; on the other hand, without hesitation they write sophisticated computer codes to discover new visual path...

Sarfraz M. Interactive Curve Modeling: With Applications to Computer Graphics, Vision and Image Processing

  • формат pdf
  • размер 11.23 МБ
  • добавлен 16 февраля 2011 г.
Springer, 2007. - 350 pages. This book covers Curve Modeling with solutions to real life problems relating to Computer Graphics, Vision, Image Processing, Geometric Modeling and CAD/CAM. Chapters deal with basic concepts, curve design techniques and their use to various applications and a wide range of problems with their automated solutions through computers. The book provides an invaluable resource which focuses on interdisciplinary methods an...