Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Slides:



Advertisements
Similar presentations
01.1 Angel: Interactive Computer Graphics Addison-Wesley 2005 Computer Graphics: Realism comes to computer graphics smooth shadingenvironment.
Advertisements

Color.
Image Formation Mohan Sridharan Based on slides created by Edward Angel CS4395: Computer Graphics 1.
1 Angel: Interactive Computer Graphics 4E © Addison-Wesley 2005 Models and Architectures Ed Angel Professor of Computer Science, Electrical and Computer.
CSC 461: Lecture 2 1 CSC461 Lecture 2: Image Formation Objectives Fundamental imaging notions Fundamental imaging notions Physical basis for image formation.
1 Perception. 2 “The consciousness or awareness of objects or other data through the medium of the senses.”
How do we perceive colour? How do colours add?. What is colour? Light comes in many “colours”. Light is an electromagnetic wave. Each “colour” is created.
C O M P U T E R G R A P H I C S Guoying Zhao 1 / 46 C O M P U T E R G R A P H I C S Guoying Zhao 1 / 46 Computer Graphics Introduction II.
Chapter 1 Graphics Systems and Models. What is Computer Graphics? Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media.
CS 480/680 Computer Graphics What is Computer Graphics Dr. Frederick C Harris, Jr.
1Computer Graphics Lecture 3 - Image Formation John Shearer Culture Lab – space 2
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Computer Graphics I, Fall 2008 Image Formation.
1 Image Formation. 2 Objectives Fundamental imaging notions Physical basis for image formation ­Light ­Color ­Perception Synthetic camera model Other.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
1 Light. 2 Visible Light Wavelengths range from 400 nm to 700 nm Longest wavelength = red Shortest wavelength = violet 1 nm = 1 x m.
1 Chapter 1: Graphics Systems and Models Dr. Payne CSCI 3600 North Georgia College & St. Univ.
Color Models. Color Vision The color-responsive chemicals in the cones are called cone pigments and are very similar to the chemicals in the rods. The.
25.2 The human eye The eye is the sensory organ used for vision.
COMPUTER GRAPHICS Hochiminh city University of Technology Faculty of Computer Science and Engineering CHAPTER 01: Graphics System.
CSC 461: Lecture 3 1 CSC461 Lecture 3: Models and Architectures  Objectives –Learn the basic design of a graphics system –Introduce pipeline architecture.
CS 480/680 Computer Graphics Image Formation Dr. Frederick C Harris, Jr.
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
CSE Real Time Rendering. TBT (Not So) Real Time Rendering.
1Computer Graphics Lecture 4 - Models and Architectures John Shearer Culture Lab – space 2
Color and Vision General Physics. Band of Visible Light ROYGBIV (Red, Orange, Yellow, Green, Blue, Indigo, Violet)
1 Angel: Interactive Computer Graphics4E © Addison-Wesley 2005 Image Formation.
COLOR.
IPC Notes Light & Color. The colors of light that we see are the colors of light that an object reflects towards our eyes. ex) blue jeans absorb all colors.
1 Angel: Interactive Computer Graphics5E © Addison- Wesley 2009 Image Formation Fundamental imaging notions Fundamental imaging notions Physical basis.
1 Angel and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012 Image Formation 靜宜大學 資訊工程系 蔡奇偉 副教授
BASIC COLOUR COURSE Algemeen
1 Angel and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012 Image Formation Sai-Keung Wong ( 黃世強 ) Computer Science National Chiao Tung.
Color.
Intro to Computer Graphics and Image Formation Angel Angel: Interactive Computer Graphics5E © Addison-Wesley
Light and Color. An objects color depends on the wavelength of light it reflects and that our eyes detect. White light is a blend of all colors. When.
The Visible Spectrum And how we see it. What is Visible Light? The cones in the eye are only sensitive to a narrow range of EM frequencies. Visible Light.
Electromagnetic Waves and Color. Color Color is the perceptual quality of light. Color is the perceptual quality of light. The human eye can distinguish.
Standard: Explain how the human eye sees objects and colors in terms of wavelengths What am I learning today? How are wavelengths detected by the human.
Section 3: Reflection and Color
Display Issues Ed Angel
Design Concepts: Module A: The Science of Color
25.2 The human eye The eye is the sensory organ used for vision.
Introduction to Electromagnetic waves, Light, and color
CS4830 Computer Graphics, Fall 2016 Professor: Dr. Mihail
Yuanfeng Zhou Shandong University
INTERACTIVE COMPUTER GRAPHICS
CS 4722 Computer Graphics and Multimedia Spring 2018
Introduction to Computer Graphics with WebGL
Image Formation Ed Angel Professor Emeritus of Computer Science,
Models and Architectures
Color Representation Although we can differentiate a hundred different grey-levels, we can easily differentiate thousands of colors.
Models and Architectures
Chapter 12 COLOR THEORY.
Models and Architectures
Introduction to Computer Graphics with WebGL
Isaac Gang University of Mary Hardin-Baylor
Colour Theories.
Light Waves Day 1.
Section 3: Reflection and Color
Two ways to discuss color 1) Addition 2) Subtraction
Models and Architectures
Angel: Interactive Computer Graphics4E © Addison-Wesley 2005
Image Formation Ed Angel
Color Model By : Mustafa Salam.
Models and Architectures
Optical Illusion.
University of New Mexico
Color Theory What is color? How do we perceive it?
Chapter 14: Light Section 2: Light and Color
Presentation transcript:

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Image Formation Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Objectives Fundamental imaging notions Physical basis for image formation Light Color Perception Synthetic camera model Other models Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Image Formation In computer graphics, we form images which are generally two dimensional using a process analogous to how images are formed by physical imaging systems Cameras Microscopes Telescopes Human visual system Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Elements of Image Formation Objects Viewer Light source(s) Attributes that govern how light interacts with the materials in the scene Note the independence of the objects, the viewer, and the light source(s) Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Light Light is the part of the electromagnetic spectrum that causes a reaction in our visual systems Generally these are wavelengths in the range of about 350-750 nm (nanometers) Long wavelengths appear as reds and short wavelengths as blues Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Ray Tracing and Geometric Optics One way to form an image is to follow rays of light from a point source finding which rays enter the lens of the camera. However, each ray of light may have multiple interactions with objects before being absorbed or going to infinity. Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Luminance and Color Images Luminance Image Monochromatic Values are gray levels Analogous to working with black and white film or television Color Image Has perceptional attributes of hue, saturation, and lightness Do we have to match every frequency in visible spectrum? No! Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Three-Color Theory Human visual system has two types of sensors Rods: monochromatic, night vision Cones Color sensitive Three types of cones Only three values (the tristimulus values) are sent to the brain Need only match these three values Need only three primary colors Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Shadow Mask CRT Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Additive and Subtractive Color Additive color Form a color by adding amounts of three primaries CRTs, projection systems, positive film Primaries are Red (R), Green (G), Blue (B) Subtractive color Form a color by filtering white light with cyan (C), Magenta (M), and Yellow (Y) filters Light-material interactions Printing Negative film Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Pinhole Camera Use trigonometry to find projection of point at (x,y,z) xp= -x/z/d yp= -y/z/d zp= - d These are equations of simple perspective Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Synthetic Camera Model projector p image plane projection of p center of projection Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Advantages Separation of objects, viewer, light sources Two-dimensional graphics is a special case of three-dimensional graphics Leads to simple software API Specify objects, lights, camera, attributes Let implementation determine image Leads to fast hardware implementation Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Global vs Local Lighting Cannot compute color or shade of each object independently Some objects are blocked from light Light can reflect from object to object Some objects might be translucent Angel: Interactive Computer Graphics5E © Addison-Wesley 2009

Angel: Interactive Computer Graphics5E © Addison-Wesley 2009 Why not ray tracing? Ray tracing seems more physically based so why don’t we use it to design a graphics system? Possible and is actually simple for simple objects such as polygons and quadrics with simple point sources In principle, can produce global lighting effects such as shadows and multiple reflections but ray tracing is slow and not well-suited for interactive applications Angel: Interactive Computer Graphics5E © Addison-Wesley 2009