•why is dithering necessary? - hanyangcalab.hanyang.ac.kr/courses/cg_taesoo/03perspective.pdf ·...

24
Quiz Why is dithering necessary? Diffusion dither

Upload: others

Post on 06-Apr-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

Quiz

• Why is dithering necessary?

Diffusion dither

Page 2: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

Quiz

• Why is dithering necessary?– To reproduce gray levels on binary displays

Laser printed imageWITHOUT dithering

Laser printed imageWITH dithering

Page 3: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

Quiz

• Is a pixel with value 255 twice as bright as another pixel with value 128?

n=255n=128

Page 4: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

Quiz

• Is a pixel with value 255 twice as bright as another pixel with value 128?– No, 128 is darker than half the brightness of 255

because of the Gamma function– Displays are calibrated to use the standard

gamma=2.2

Page 5: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

How many levels are necessary for a smooth gradation W/O visible steps?

Page 6: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

• It depends on the dynamic range of a display

How many levels are necessary for a smooth gradation W/O visible steps?

• Ideal case : exponential quantization

2% steps are most efficient because we cannot notice a change less than 2%:

120 steps are needed for 10:1 dynamic range because

240 steps are needed for 100:1 dynamic rangeHigh precision (e.g. 72bpp) is necessary for an HDR image

(1.02)120=10.76

Page 7: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

7© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

PerspectiveLecture 3

[Rich

ard

Zakia

]

Page 8: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

8© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

History of projection

• Ancient times: Greeks wrote about laws of perspective

• Renaissance: perspective is adopted by artists

Duccio c. 1308

Page 9: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

9© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

History of projection

• Later Renaissance: perspective formalized precisely

da Vinci c. 1498

Page 10: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

10© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Plane projection in photography

• This is another model for what we are doing– applies more directly in realistic rendering

[Sourc

e u

nknow

n]

Page 11: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

11© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Perspective

one-point: projection plane parallel to a coordinate plane (to two coordinate axes)two-point: projection plane parallel to one coordinate axisthree-point: projection plane not parallel to a coordinate axis [C

arl

bom

& P

aci

ore

k 78

]

Page 12: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

12© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Perspective projection (normal)

• Perspective is projection by lines through a point– “normal” = image plane (film) perpendicular to

view direction– magnification determined by:

• image height h• image plane distance d• object depth z

– f.o.v. α = 2 atan(h/(2d))

– y’ = d y / z– “normal” case corresponds

to common types of cameras

Page 13: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

13© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Perspective projection (normal)

• Perspective is projection by lines through a point– “normal” = image plane (film) perpendicular to

view direction– magnification determined by:

• image height h• image plane distance d• object depth z

– f.o.v. α = 2 atan(h/(2d))

– y’ = d y / z– “normal” case corresponds

to common types of cameras

y

z

Page 14: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

14© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

View volume: perspective

Page 15: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

15© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Field of view (or f.o.v.)

• The angle between the rays corresponding to opposite edges of a perspective image– easy to compute only for “normal” perspective– have to decide to measure vert., horiz., or diag.

• In cameras, determined by focal length– confusing because of many image sizes– for 35mm format (36mm by 24mm image)

• 18mm = 67° v.f.o.v. — super-wide angle• 28mm = 46° v.f.o.v. — wide angle• 50mm = 27° v.f.o.v. — “normal”• 100mm = 14° v.f.o.v. — narrow angle

(“telephoto”)

Page 16: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

16© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Field of view

• Determines “strength” of perspective effects

close viewpointwide angleprominent

foreshortening

far viewpointnarrow angle

little foreshortening

[Anse

l A

dam

s]

Page 17: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

17© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Parallel projection

• Viewing rays are parallel rather than diverging– like a perspective camera that’s far away

Page 18: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

18© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Multiview orthographic

[Carl

bom

& P

aci

ore

k 78

]

Page 19: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

19© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Multiview orthographic

– projection plane parallel to a coordinate plane– projection direction perpendicular to projection

plane

[Carl

bom

& P

aci

ore

k 78

]

Page 20: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

20© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Shifted perspective projection

• Perspective but with projection plane not perpendicular to view direction– additional parameter:

projection plane normal– exactly equivalent to

cropping out an off-centerrectangle from a larger“normal” perspective

– corresponds to view camerain photography

Page 21: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

21© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Why shifted perspective?

• Control convergence of parallel lines• Standard example: architecture

– buildings are taller than you, so you look up– top of building is farther away, so it looks smaller

• Solution: make projection plane parallel to facade– top of building is the same distance from the projection

plane

• Same perspective effects can be achieved using post-processing– (though not the focus effects)– choice of which rays vs. arrangement of rays in image

Page 22: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

22© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

[Phili

p G

reensp

un]

camera tilted up: converging vertical lines

Page 23: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

23© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

[Phili

p G

reensp

un]

lens shifted up: parallel vertical lines

Page 24: •Why is dithering necessary? - Hanyangcalab.hanyang.ac.kr/courses/CG_taesoo/03perspective.pdf · 2014-12-21 · Parallel projection •Viewing rays are parallel rather than diverging

24© 2008 Steve Marschner • Cornell CS4620 Fall 2008 • Lecture 3

Specifying perspective projections• Many ways to do this

– common: from, at, up, v.f.o.v. (but not for shifted)

• One way (used in ray tracer):– viewpoint, view direction, up

• establishes location and orientation of viewer• view direction is the direction of the center ray

– image width, image height, projection distance• establishes size and location of image rectangle

– image plane normal• can be different from view direction to get shifted

perspective