Design Realization lecture 24 John Canny 11/18/03.

Slides:



Advertisements
Similar presentations
Electromagnetic Waves and Light
Advertisements

P H Y S I C S Chapter 8: Light and Optics Section 8A: Light and Refraction.
Perception of Color – Bellwork If a student hiking through Black Canyon in Gunnison calls out and the echo is heard 1.20s later, how far away is the other.
Light Chapter 19.
Vocabulary Mini-Review EM Spectrum & Light. What part of the EM spectrum is used for communication? Radio Waves.
2P Optics Study notes. 1. What is Light? Light is Energy. Light is Wave (Electromagnetic) Light is a Particle (Photon)
Color Image Processing
What is it? How does it work? How do we use it?. o Electromagnetic Waves display wave behavior o Created by.
Light. A Dozen Facts About Light Light Fact 1: Light is a form of energy (energy is the ability to make things change),
Light Light is fundamental for color vision Unless there is a source of light, there is nothing to see! What do we see? We do not see objects, but the.
School of Computing Science Simon Fraser University
Color.
Design Realization lecture 25 John Canny 11/20/03.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
CS559-Computer Graphics Copyright Stephen Chenney Color Recap The physical description of color is as a spectrum: the intensity of light at each wavelength.
Why Care About Color? Accurate color reproduction is commercially valuable - e.g. Kodak yellow, painting a house Color reproduction problems increased.
Ch. 14 Light and Reflection. Spherical aberrations – a blurred image produced from rays that reflect at points on a mirror far from the principle axis.
Digital Images The digital representation of visual information.
Electromagnetic Waves
Computer Graphics I, Fall 2008 Image Formation.
Chapter 26 Light Herriman High Physics. The Definition of Light The current scientific definition of Light is a photon carried on a wave front. This definition.
Light Chapter 16.
Light! Electromagnetic Waves: are vibrations of the electric and magnetic fields of moving charged particles. Electromagnetic Spectrum: is the complete.
Wave Interactions Chapter 18. Properties of Waves Reflection – ability of a wave to bounce off a surface it cannot pass through –Angle of Incidence –
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.
Week 6 Colour. 2 Overview By the end of this lecture you will be familiar with: –Human visual system –Foundations of light and colour –HSV and user-oriented.
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
Chapter 14 LIGHT. The Electromagnetic Spectrum Radio Waves: Used to transmit radio and television signals Microwaves: Can be tuned to frequencies that.
CSC361/ Digital Media Burg/Wong
Graphics Lecture 4: Slide 1 Interactive Computer Graphics Lecture 4: Colour.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
Introduction to Computer Graphics
Color Models. Color models,cont’d Different meanings of color: painting wavelength of visible light human eye perception.
Physics 1 H Created by Stephanie Ingle
VISUAL VOCABULARY: LIGHT
Chapter 27 Light. The Definition of Light The current scientific definition of Light is a photon carried on a wave front. This definition incorporates.
It’s amazing!…Can you imagine life without it?
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Nature of Light Electromagnetic Spectrum.
Sound and LightSection 3 EQ: How can the phenomena of reflection, refraction, interference, and diffraction be explained?
Chapter 13 Properties of Light: Reflection and Mirrors Herriman High Honors Physics.
Color and Polarization. Color Determined by frequency of light reaching the eye Hot bodies produce different frequencies of light depending on temp. -
Image credit: Wikipedia (Fovea) Human Eye Some interesting facts – Rod cells: requires only low light b/w vision blur, all over retina EXCEPT fovea – Cone.
Refraction, Lenses, & Color Created by Stephanie Ingle Kingwood High School Revised 5/09 by Susan Butler.
Chapter 12: Light Section 1: The Behavior of Light Section 2: Light and Color Section 3: Producing Light Section 4: Using Light.
09/10/02(c) University of Wisconsin, CS559 Fall 2002 Last Time Digital Images –Spatial and Color resolution Color –The physics of color.
Computer Graphics: Achromatic and Coloured Light.
Light Electromagnetic waves. E+M Waves Electromagnetic waves are transverse waves that can travel through a vacuum or uniform mediums Light is created.
1 of 32 Computer Graphics Color. 2 of 32 Basics Of Color elements of color:
Reflection of Light Reflection – The bouncing back of a particle or wave that strikes the boundary between two media. Law of Reflection – The angle of.
Color Models Light property Color models.
Half Toning Dithering RGB CMYK Models
Design Concepts: Module A: The Science of Color
Color Image Processing
Color Image Processing
Human Eye Some interesting facts Useful fact Rod cells: Cone cells:
Color Image Processing
COLOR space Mohiuddin Ahmad.
Introduction to Electromagnetic waves, Light, and color
Chapter 6: Color Image Processing
Color Image Processing
Colour Theory Fundamentals
Color Representation Although we can differentiate a hundred different grey-levels, we can easily differentiate thousands of colors.
Color and Polarization
Human Eye Some interesting facts Useful fact Rod cells: Cone cells:
Color Image Processing
Color Image Processing
Color Model By : Mustafa Salam.
Color Theory What is color? How do we perceive it?
Refraction, Lenses, & Color
Wave Interactions Wave Interaction
Presentation transcript:

Design Realization lecture 24 John Canny 11/18/03

Last time  Simulation in Matlab/Simulink  PID stabilization  Automatic code generation - example

This time  Improvisation: application to circuits and real- time programming.  Optics: physics of light.

Improvisation  Exploration of the design possibilities of a medium.  Earlier we listed “qualities” of media.  For technical media, list their capabilities.  E.g. speed, complexity, cost, reliability,… for a system: network, processor, sensor etc…

Improvisation – extreme designs  Trying to achieve a design goal using “extreme” designs:  E.g. expressive animation using motion only, or using high-performance characters.  Mood change using lighting only, or camera position.  Chair designs: very light/heavy, simple/complex, single material or form…

Improvisation – extreme designs  Technical media:  Recognition with one type of sensor (e.g. light).  Complex control with many simple chips (e.g. PICs), or with one complex chip (or a PC).  Communication with simple network (serial) vs. a stack such as ethernet or bluetooth.  PC board layout: all surface-mount components, one-sided vs. two-sided layout, high vs. low density.

Improvisation – pattern libraries  Normally, you learn a new medium by finding and applying design patterns.  Application notes for PICs, sample circuit boards.  As you become accomplished, you should save your own design patterns somewhere.

Improvisation: challenging conventions  Design patterns are a good way to learn, but conventions should be challenged regularly.  This involves understanding the essential functionality of components, e.g.  RS485 transceivers as multidrop bus drivers.  Battery sensors as A/D converters.  Once this is understood, you’re free to design “out of the box”.

Break

Why Optics?  Most of our interaction with technology is visual: computers, architecture, games  Most of the media we consume are visual: TV movies, newspaper*, DVDs,…  There are many new component-ized optical technologies, and the design possibilities are excellent.

Optics – physics of light  Light is electro-magnetic radiation with wavelengths from nm.  Longer wavelengths at the red end of the spectrum, grading to violet at the short end.

Optics – physics of light  The eye contains two kinds of light-receptive cell called rods and cones.  Cones are the color sensors:  The three types allow the eye to respond to three- way color mixes.

Additive color mixes  Because of the 3 types of receptor, colors can be synthesized using 3 colored emitters:  Phosphors (in TV and CRT displays)  White light with filters (LCD displays, projectors)  LED displays

Color Bases - XYZ  To describe color, its convenient to define a different basis.  The XYZ (CIE) basis uses X,Y coordinates to represent color, and Z to represent brightness.  Allows colors to be plotted in 2D.  They are related to R,G,B by a linear transformation: [R] = [ ] [X] [G] = [ ] [Y] [B] = [ ] [Z]

CIE plot  Shows colors in XY coordinates.  Saturated (full) colors at the boundary.  Light sources cover regions in the plot.  Blended colors are in the convex hull of the source.  (Line shows black body radiation color)

HSV  Another common basis is HSV (Hue, Saturation, Value).  Hue is taken to be the angle of the color.  Saturation is the distance from the vertical axis.  Value is the height (brightness).  Considered more intuitive for color choice.

YUV  The last common basis is YUV (popular in cameras and digital images).  Y is intensity, U,V encode color (can be negative).  Y-only gives B/W image.  U,V may have fewer bits than Y.  Assuming 8-bit (256 colors), transformation is: Y = 0.299*R *G *B U = *R *G *B V = 0.500*R *G *B

Subtractive color  Pigments absorb specific colors, so they subtract colors from a painting or document.  To mix pigments, we choose pigments that absorb just one color:  K: brightness (black to white)  Cyan: Blue + Green = White - Red  Magenta: Blue + Red = White - Green  Yellow: Red + Green = White – Blue  This gives the CMYK system.

High quality color  Its not possible to get most pure colors with 3 phosphors/pigments (all colors are in the convex hull of the base colors).  High-quality systems use more colors (e.g. 7) spaced around the color wheel to provide better coverage.

Light waves (EM radiation)  Light is a form of electromagnetic radiation.  E (electric) and B (magnetic) fields are at right angles to direction of propagation.

2D light wave model  Its convenient (for drawing and analysis) to look at light wave propagation in 2D.  Wavefronts represent maxima of E or B at a given time instant.

Superposition  Light (and other EM radiation) obeys superposition:  The E/B field due to many sources is the sum of the field due to each source.  A point source generates a spherical wave field.  An extended source can be represented as a sum of point sources.

Wavefronts and Rays  From superposition, we can derive that waves propagate normal the the wavefront surface, and vice-versa.  The ray description is most useful for describing the geometry of images.

Reflection  Most metals are excellent conductors.  They reduce the E field to zero at the surface.  This is equivalent to a field of point sources at the surface with opposite polarity.  These sources re-radiate the signal at the reflection angle.

Reflection – Ray representation  Using the ray representation, incident and reflected light rays make the same angle with the surface normal.  Incident, reflected ray and normal are all in the same plane.  If I, R, N unit vectors: I  N = R  N I  (N  R) = 0

Refraction – wave representation  In most transparent materials (plastic, glass), light propagates slower than in air.  At the boundary, wavefronts bend:

Refraction – ray representation  In terms of rays, light bends toward the normal in the slower material.