Isaac Gang University of Mary Hardin-Baylor

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 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.
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. Contents Light and color The visible light spectrum Primary and secondary colors Color spaces –RGB, CMY, YIQ, HLS, CIE –CIE XYZ, CIE xyY and CIE.
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.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
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.
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.
1 E. Angel and D. Shreiner: Interactive Computer Graphics 6E © Addison-Wesley 2012 Models and Architectures 靜宜大學 資訊工程系 蔡奇偉 副教授 2012.
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.
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
Angel: Interactive Computer Graphics5E © Addison-Wesley 2009
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
Introduction to Computer Graphics with WebGL
Colour Theories.
Light Waves Day 1.
Section 3: Reflection and Color
Two ways to discuss color 1) Addition 2) Subtraction
Models and Architectures
Isaac Gang University of Mary Hardin-Baylor
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?
Presentation transcript:

Isaac Gang University of Mary Hardin-Baylor Image Formation Isaac Gang University of Mary Hardin-Baylor Angel and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

Shadow Mask CRT Angel and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

Synthetic Camera Model projector p image plane projection of p center of projection Angel and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012

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 Ray tracing with GPUs is close to real time Angel and Shreiner: Interactive Computer Graphics6E © Addison-Wesley 2012