EE 193 Imaging systems: Image representation + MATLAB Steven Bell - - PowerPoint PPT Presentation

ee 193 imaging systems image representation matlab
SMART_READER_LITE
LIVE PREVIEW

EE 193 Imaging systems: Image representation + MATLAB Steven Bell - - PowerPoint PPT Presentation

EE 193 Imaging systems: Image representation + MATLAB Steven Bell 12 September 2019 Image representation How should we encode brightness? 8-bit integers 16-bit integers 32-bit integers? 64-bit? fl oating point (32 bits) double-precision fl


slide-1
SLIDE 1

EE 193

Steven Bell 12 September 2019

Imaging systems: Image representation + MATLAB

slide-2
SLIDE 2

Image representation

slide-3
SLIDE 3

How should we encode brightness?

8-bit integers 16-bit integers 32-bit integers? 64-bit? floating point (32 bits) double-precision floating point (64 bits) 1-bit integers? half-precision floating point? (16 bits)

slide-4
SLIDE 4

Which side of the screen is brighter? (or are they the same?)

slide-5
SLIDE 5
slide-6
SLIDE 6
slide-7
SLIDE 7
slide-8
SLIDE 8
slide-9
SLIDE 9
slide-10
SLIDE 10

(Enroth-Cugell et al. 1977, via Wandell)

slide-11
SLIDE 11

(absolute intensity)

slide-12
SLIDE 12

Intensity vs encoded value

slide-13
SLIDE 13

Gamma correction

When a camera captures an image, intensities are gamma-encoded: When you display this image, the display decodes the gamma: Typical value is

V = AI

1/γ

I = (V/A)

γ

γ=2.3

slide-14
SLIDE 14

For Tuesday

Homework 1 is due in class

slide-15
SLIDE 15

MATLAB demo

Quick reference is on the website: http://www.ece.tufts.edu/ee/193HIP/matlab.html