Light, Colour, and Displays CPSC 453 Fall 2018 Sonny Chan - - PowerPoint PPT Presentation

light colour and displays
SMART_READER_LITE
LIVE PREVIEW

Light, Colour, and Displays CPSC 453 Fall 2018 Sonny Chan - - PowerPoint PPT Presentation

Light, Colour, and Displays CPSC 453 Fall 2018 Sonny Chan Announcements Assignment #1 released! Written component due Monday, Sept. 17 Programming component due Tuesday, Sept. 25 Tutorial sessions have started, hopefully you


slide-1
SLIDE 1

Light, Colour, and Displays

CPSC 453 – Fall 2018 Sonny Chan

slide-2
SLIDE 2

Announcements

  • Assignment #1 released!
  • Written component due Monday, Sept. 17
  • Programming component due Tuesday, Sept. 25
  • Tutorial sessions have started, hopefully you went!
  • Ask questions on piazza to get quickest reply
  • We’ll still answer email or D2L if you prefer
slide-3
SLIDE 3

The Written Component

  • Designed to help you think about the problems before

you write your code

  • Not meant to take up a lot of time
  • Show your work to get credit!
  • A single sentence, short paragraph, or couple of

equations will usually suffice

  • Submit scan or (good) photograph of work on D2L
slide-4
SLIDE 4

Outline for Today

  • Light
  • Colour
  • Displays
  • Resolution
  • Images

Ready?

slide-5
SLIDE 5

–Genesis 1:3

And God said, “Let there be light,” and there was light.

slide-6
SLIDE 6

Our first curiosity

  • What are these “temperature” settings we keep seeing
  • n our cameras and displays?

camera settings display settings

slide-7
SLIDE 7

What is

light?

slide-8
SLIDE 8

James Clark Maxwell

slide-9
SLIDE 9

[xkcd.org]

slide-10
SLIDE 10
slide-11
SLIDE 11

What about photons?

Complicated question…

[S. Tanzilli]

slide-12
SLIDE 12

Where does light

come from?

slide-13
SLIDE 13

Black-Body Radiation

  • An opaque, non-reflective body in thermodynamic

equilibrium emits electromagnetic radiation with a spectrum dependent only on its temperature

  • Planck’s Radiation Law
slide-14
SLIDE 14
slide-15
SLIDE 15

How hot is

the sun?

slide-16
SLIDE 16
slide-17
SLIDE 17

Colour

slide-18
SLIDE 18

What colour is this ball?

slide-19
SLIDE 19

Is it orange?

slide-20
SLIDE 20

What exactly do we mean by

“orange”?

slide-21
SLIDE 21

Human Colour Perception

  • On our retina, we have two types of photoreceptors, rods

and cones, that are sensitive to electromagnetic radiation

[xrite.com]

slide-22
SLIDE 22

[webvision.med.utah.edu]

Are we equally sensitive to different visible wavelengths?

slide-23
SLIDE 23

[webvision.med.utah.edu]

slide-24
SLIDE 24

Figure 4. False color images showing the arrangement of L (red), M (green), and S (blue) cones in the retinas of different

[H. Hofer et al., J. Neuroscience 25(42), 2005]

slide-25
SLIDE 25

Luminous Efficiency

  • Humans perceive colour differences

much more acutely within certain wavelengths! 420nm 450nm 590nm 620nm

[courtesy of K. Breeden, Stanford University]

slide-26
SLIDE 26

Colour Blindness

Ishihara test for cone defect

slide-27
SLIDE 27

Perception of Colour

  • Revisiting our original question: what is “orange”?
slide-28
SLIDE 28

Do we perceive the same colour? No.

slide-29
SLIDE 29

Graphics Displays

Not only these…

slide-30
SLIDE 30

Graphics Displays

… but these too!

slide-31
SLIDE 31

What are the

primary colours?

slide-32
SLIDE 32

Back to Colour Perception

  • Our goal: stimulate photoreceptors in some combination

How about these? Or these?

slide-33
SLIDE 33

A Contemporary Liquid Crystal Display

slide-34
SLIDE 34

Magnified LCD

A display “pixel”

slide-35
SLIDE 35

LCDs

slide-36
SLIDE 36

Additive Colour Blending

slide-37
SLIDE 37

Can we display all perceptible colours?

slide-38
SLIDE 38

Colour Matching

… isn’t always possible!

slide-39
SLIDE 39

Standard RGB Gamut

In the CIE colour space

slide-40
SLIDE 40

What about these graphics displays?

slide-41
SLIDE 41

What is

white light?

slide-42
SLIDE 42

What kind of light do these things emit?

slide-43
SLIDE 43

Colour Reflection

[courtesy of K. Breeden, Stanford University]

slide-44
SLIDE 44

R+G = ???

slide-45
SLIDE 45

Subtractive Colour Blending

slide-46
SLIDE 46

Colour Printing

How do we control luminance?

slide-47
SLIDE 47

Halftones

slide-48
SLIDE 48

Primary Colours

Was your first grade teacher right?

slide-49
SLIDE 49

Resolution

slide-50
SLIDE 50

Does your smart phone have the same resolution as your high definition TV?

slide-51
SLIDE 51

What units

is resolution measured in?

slide-52
SLIDE 52

Human Visual Acuity

slide-53
SLIDE 53

Human Visual Acuity

[telescope-optics.net]

Highest visual resolution is about

  • ne arc minute

(1/60 of a degree)

slide-54
SLIDE 54
slide-55
SLIDE 55

So how many pixels do we actually need?

slide-56
SLIDE 56

Let’s try a quick exercise

How many pixels do we need?

slide-57
SLIDE 57

Does your smart phone have the same resolution as your high definition TV?

slide-58
SLIDE 58

What is a digital

image?

slide-59
SLIDE 59

A record of something we (may) observe?

slide-60
SLIDE 60
slide-61
SLIDE 61

Digital Images

  • Two key elements:
  • Colour
  • usually R, G, B
  • can be C, M, Y, K
  • Resolution
  • samples, or “pixels”, arranged

in a two-dimensional grid

  • may or may not correspond to

pixels on a display

slide-62
SLIDE 62

The discipline concerned with generating or manipulating visual imagery using computational devices and methods.

slide-63
SLIDE 63

Things to Remember

  • Light is just another form of electromagnetic radiation
  • Colour is in the eye of the beholder
  • Displays are engineered to human visual perception
  • Resolution is not (necessarily) measured in pixels
  • Digital images are the goal of computer graphics