lecture 1 introduction doç. dr. mehmet göktürk

71
Computer Graphics Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Upload: others

Post on 05-Dec-2021

12 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Computer Graphics Lecture 1

Introduction

Doç. Dr. Mehmet Göktürk

Page 2: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Grading Policy Midterm 30% Final 40% Project & Homeworks 25% Attendance & Participation 5%

© M. Gokturk 2

•  Attendance & Participation is important for borderline students

computer graphics expert

Page 3: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Course Outline

1.  Introduction, Survey of Computer Graphics (MG) 2.  Overview of Graphics Systems, Graphics Hardware (MG) 3.  Output Primitives, Drawing algorithms filling algorithms (MG) 4.  2D Geometric Transformations, 2D Viewing and Clipping algorithms (MG) 5.  3D Concepts (MG), Introduction to 3D object representations (MG) 6.  3D Geometric and Modeling Transformations, 3D Viewing (MG) 7.  Visible Surface Methods (YG) 8.  Illumination Models (YG) 9.  Flat, Gouraud, Phong Shading (YG) 10.  Texture, Bump Mapping (YG) 11.  Object Space Algorithms (YG)

12.  Color concepts (YG)

© M. Gokturk 3

Page 4: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Textbook •  Computer Graphics,  Donald Hearn, M. Pauline

Baker; Prentice Hall (C version or the old one) Prentice Hall; ISBN: 0135309247

•  TEXTBOOK IS REQUIRED !!! (copies are ok)

© M. Gokturk 4

Page 5: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Google-groups l  gyte-bil461 @ googlegroups.com

l  Video supplements: http://nptel.iitm.ac.in/video.php?subjectId=106106090

© M. Gokturk 5

Page 6: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 6

Geometric Modeling

Image Synthesis

Page 7: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 7

Hidden Surface Elimination

Page 8: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 8

Shadows

Page 9: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 9

Texture Mapping

Page 10: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 10

Complex Geometry

Page 11: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 11

Transparency

Page 12: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 12

Environment Mapping

Page 13: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 13

Games

Page 14: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 14

Medical Applications

Page 15: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 15

Computer Aided Design (CAD)

Page 16: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 16

Scientific Visualisation

Page 17: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

What is Computer Graphics?

© M. Gokturk 17

Pixar: Monster’s Inc. Square: Final Fantasy

Films and Animation

Page 18: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

A lot of stuff !

© M. Gokturk 18

Page 19: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Image Processing & Computer Vision

•  Image enhancement •  Feature extraction •  Pattern recognition •  3D model extraction

IMAGE PROCESSING AND COMPUTER GRAPHICS ARE REVERSE IN RESPECTIVE

DIRECTIONS ???

© M. Gokturk 19

Page 20: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Image Processing & Computer Vision

© M. Gokturk 20

sharpened

edge map original

Computer Graphics creates images from models while Image Processing creates models from images

Page 21: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Why Study Computer Graphics? l  Graphics is cool

l  I like to see what I’m doing l  I like to show people what I’m doing

l  Graphics is interesting l  Involves simulation, algorithms, architecture…

l  I’ll never get an Oscar for my acting l  But maybe I’ll get one for my CG special effects

l  Graphics is fun

© M. Gokturk 21

Page 22: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Questions? l  ??? l  (class participation is 5%)

© M. Gokturk 22

Page 23: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies l  Cathode Ray Tubes (CRTs)

l  Most common display device today l  Evacuated glass bottle l  Extremely high voltage l  Heating element (filament) l  Electrons pulled towards

anode focusing cylinder l  Vertical and horizontal deflection plates l  Beam strikes phosphor coating on front of tube

© M. Gokturk 23

Page 24: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Electron Gun l  Contains a filament that, when heated, emits a stream of

electrons l  Electrons are focused with an electromagnet into a sharp

beam and directed to a specific point of the face of the picture tube

l  The front surface of the picture tube is coated with small phospher dots

l  When the beam hits a phospher dot it glows with a brightness proportional to the strength of the beam and how often it is excited by the beam

© M. Gokturk 24

Page 25: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 25

Display Devices

Vector display

•  Only lines can be drawn. •  Locations are converted to analog voltage applied to the deflection circuit of the CRT. •  Lines drawn by gradual change of voltage. •  Also known as random scan.

Raster display

•  Discrete grid of elements (frame buffers pixels). •  Arbitrary shapes can be drawn by setting the “right” elements. •  The frame buffer is scanned, one line at a time, to preserve the image on the CRT.

deflected electron beam

horizontal deflection amplifier electron beam

anode (phosphor)

cathode

Page 26: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 26

Ivan Sutherland (1963) - SKETCHPAD

•  pop-up menus •  constraint-based drawing •  hierarchical modeling

Page 27: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 27

Display hardware •  vector displays

–  1963 – modified oscilloscope –  1974 – Evans and Sutherland Picture System

•  raster displays –  1975 – Evans and Sutherland frame buffer –  1980s – cheap frame buffers → bit-mapped personal

computers –  1990s – liquid-crystal displays → laptops –  2000s – micro-mirror projectors → digital cinema

•  other –  stereo, head-mounted displays –  autostereoscopic displays –  tactile, haptic, sound

Page 28: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: CRTs

l  Vector Displays l  Anybody remember Battlezone? Tempest?

© M. Gokturk 28

Page 29: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: CRTs l  Vector Displays

l  Early computer displays: basically an oscilloscope l  Control X,Y with vertical/horizontal plate voltage l  Often used intensity as Z

l  Name two disadvantages Just does wireframe Complex scenes ➙ visible flicker

© M. Gokturk 29

Page 30: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: CRTs

l  Raster Displays l  Raster: A rectangular array of points or dots l  Pixel: One dot or picture element of the raster l  Scan line: A row of pixels

© M. Gokturk 30

Page 31: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: CRTs l  Raster Displays

l  Black and white television: an oscilloscope with a fixed scan pattern: left to right, top to bottom

l  To paint the screen, computer needs to synchronize with the scanning pattern of raster l  Solution: special memory to buffer image with scan-out

synchronous to the raster. We call this the framebuffer.

© M. Gokturk 31

Page 32: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: CRTs

l  Phosphorus l  Flourescence: Light emitted while the phosphor is being

struck by electrons l  Phosphorescence: Light emitted once the electron beam

is removed l  Persistence: The time from the removal of the excitation

to the moment when phosphorescence has decayed to 10% of the initial light output

© M. Gokturk 32

Page 33: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: CRTs

l  Raster Displays l  Frame must be “refreshed” to draw new images l  As new pixels are struck by electron beam, others are decaying l  Electron beam must hit all pixels frequently to eliminate flicker l  Critical fusion frequency

l  Typically 60 times/sec l  Varies with intensity, individuals, phosphor persistence, lighting...

© M. Gokturk 33

Page 34: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: CRTs

l  Raster Displays l  Interlaced Scanning l  Assume can only scan 30 times / second l  To reduce flicker, divide frame into two “fields” of odd

and even lines

© M. Gokturk 34

1/30 Sec 1/30 Sec 1/60 Sec 1/60 Sec 1/60 Sec 1/60 Sec Field 1 Field 1 Field 2 Field 2

Frame Frame

Page 35: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: CRTs

l  Raster Displays l  Scanning (left to right, top to bottom)

l  Vertical Sync Pulse: Signals the start of the next field l  Vertical Retrace: Time needed to get from the bottom of the current

field to the top of the next field l  Horizontal Sync Pulse: Signals the start of the new scan line l  Horizontal Retrace: The time needed to get from the end of the

current scan line to the start of the next scan line

© M. Gokturk 35

Page 36: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: Color CRTs

l  Color CRTs are much more complicated l  Requires manufacturing very precise geometry l  Uses a pattern of color phosphors on the screen:

l  Why red, green, and blue phosphors?

© M. Gokturk 36

Delta electron gun arrangement In-line electron gun arrangement

Page 37: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: Color CRTs

l  Color CRTs have l  Three electron guns l  A metal shadow mask to differentiate the beams

© M. Gokturk 37

Page 38: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 38

Triads and color mixing

SMPTE color bars

closeup on a Sony Trinitron monitor

Page 39: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 39

Triads versus pixels

antialiased font (Adobe Acrobat)

subpixel font (Adobe Cooltype)

integral pixel font (IBM LCD)

integral pixel font (Sony Trinitron)

Page 40: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: Raster

l  Raster CRT pros: l  Allows solids, not just wireframes l  Leverages low-cost CRT technology (i.e., TVs) l  Bright! Display emits light

l  Cons: l  Requires screen-size memory array l  Discreet sampling (pixels) l  Practical limit on size (call it 40 inches) l  Bulky l  Finicky (convergence, warp, etc)

© M. Gokturk 40

Page 41: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 41

Terminology

•  Pixel: Picture element

- Smallest accessible element in a picture.

- Usually rectangular or circular in shape.

•  Aspect Ratio: Ratio between physical dimensions of a pixel (not necessarily 1 !!).

•  Dynamic Range: The ratio between the minimal (not zero!) and maximal light intensity a display pixel can emit.

Page 42: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 42

Terminology (cont’d) l  l  Resolution: The number of distinguishable

rows and columns in the device. Measured in l  - Absolute values (1K x 1K) or, l  - Density values (300 dots per inch). l  l  Screen Space: A discrete 2D Cartesian

coordinate system of the screen pixels. l  l  Object Space: The 3D Cartesian coordinate

system of the universe, in which the objects (to be displayed) are embedded.

1 2

6

6x8

2 8 1

y

z

x

drawing

Page 43: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: LCDs

l  Liquid Crystal Displays (LCDs) l  LCDs: organic molecules, naturally in crystalline state,

that liquefy when excited by heat or E field l  Crystalline state twists polarized light 90º.

© M. Gokturk 43

Page 44: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: LCDs

l  Liquid Crystal Displays (LCDs) l  LCDs: organic molecules, naturally in crystalline state,

that liquefy when excited by heat or E field l  Crystalline state twists polarized light 90º

© M. Gokturk 44

Page 45: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: LCDs

l  Transmissive & reflective LCDs: l  LCDs act as light valves, not light emitters, and thus rely on an

external light source. l  Laptop screen: backlit, transmissive display l  Palm Pilot/Game Boy: reflective display

© M. Gokturk 45

Page 46: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: Plasma l  Similar in principle to

fluorescent light tubes l  Small gas-filled capsules

are excited by electric field, emits UV light

l  UV excites phosphor l  Phosphor relaxes, emits

some other color

© M. Gokturk 46

Page 47: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology

l  Plasma Display Panel Pros l  Large viewing angle l  Good for large-format displays l  Fairly bright

l  Cons l  Expensive l  Large pixels (~1 mm versus ~0.2 mm) l  Phosphors gradually deplete l  Less bright than CRTs, using more power

© M. Gokturk 47

Page 48: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: DMD / DLP

l  Digital Micromirror Devices (projectors) or Digital Light Processing l  Microelectromechanical (MEM) devices, fabricated with VLSI techniques

© M. Gokturk 48

Page 49: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technology: DMD / DLP

l  DMDs are truly digital pixels l  Vary grey levels by modulating pulse length l  Color: multiple chips, or color-wheel l  Great resolution l  Very bright l  Flicker problems

© M. Gokturk 49

Page 50: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: Organic LED Arrays

l  Organic Light-Emitting Diode (OLED) Arrays l  The display of the future? Many think so. l  OLEDs function like regular semiconductor LEDs l  But they emit light

l  Thin-film deposition of organic, light-emitting molecules through vapor sublimation in a vacuum.

l  Dope emissive layers with fluorescent molecules to create color.

© M. Gokturk 50 http://www.kodak.com/global/en/professional/products/specialProducts/OEL/creating.jhtml

Page 51: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Display Technologies: Organic LED Arrays l  OLED pros:

l  Transparent l  Flexible l  Light-emitting, and quite bright (daylight visible) l  Large viewing angle l  Fast (< 1 microsecond off-on-off) l  Can be made large or small l  Available for cell phones and car stereos

l  OLED cons: l  Not very robust, display lifetime a key issue l  Currently only passive matrix displays

l  Passive matrix: Pixels are illuminated in scanline order, but the lack of phospherescence causes flicker

l  Active matrix: A polysilicate layer provides thin film transistors at each pixel, allowing direct pixel access and constant illum.

© M. Gokturk 51

Page 52: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 52

Hardcopy Devices

•  Plotter: flatbed, drum. Vector based with color pens. •  Dot Matrix Printer: Raster based. 7 to 24 scan lines (= pin heads) at a time. •  Laser Printer: Raster based. Laser beam discharges a precharged drum to bind a powdered toner. Then, heat fuses the dry toner to paper.

Page 53: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 53

Moving arm flatbed plotter (courtesy Xynetics, Inc.)

Pinch roll plotter (courtesy Hewlett-Packard Co.)

Page 54: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 54

Color Printing Technologies •  Ink Jet

Sprays microscopic dots of ink through small holes to form dots on paper.

•  Thermal Wax

Creates colors by melting and bonding color wax dots (CMYK or RGB) onto (special) paper.

•  Dye Sublimation Creates continuous-tone by heating CMYK dyes until they turn into gas (sublimate), that fuses into the paper.

•  Film Recorder A camera in front of a designated B&W CRT. RGB channels are sent one at a time through an appropriate filter.

Page 55: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 55

Standard Input Devices

•  Keyboard - For alphanumeric input.

•  Mouse/Trackball - A two degrees of freedom device controlled by rolling a ball. - Provides relative movement information.

Page 56: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 56

2D Input Devices

•  Joystick - Controlled by potentiometers. - Provides relative movement information.

•  Digitizer/Tablet - Controlled by electro-magnetic or sonar sensing. - Provides absolute position information.

•  Touch Screen

- A CRT screen that can sense pressure on its surface. •  Light Pen

- Synchronized with the CRT scan, it can locate a position on screen.

Page 57: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 57

Light pen (courtesy Adage, Inc.)

Trackball (courtesy

Measurement Systems, Inc.) Joystick (courtesy

Measurement Systems, Inc.)

Page 58: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 58

3D Input Devices l  Dataglove/Polyhemus

l  Provides six degrees of freedom (three rotation/translation). l 

l  Head mounted Display l  Measures position and orientation like the Polyhemus. l 

l  Space Ball l  Six degrees of freedom sphere (three rotation/translation).

Page 59: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 59

Spaceball (courtesy Spatial Systems, Inc.)

Head-mounted display and tracker Datagloves

(courtesy Nasa Ames Research Center)

Page 60: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 60

Image Capture

l  Video Camera l  Capture an array of image pixels by CCD. l  Low resolution. l  l  l 

l  Scanner l  Digitizes a hard copy image. l  High resolution.

Page 61: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 61

Rendering •  1960s - the visibility problem

–  Roberts (1963), Appel (1967) - hidden-line algorithms

– Warnock (1969), Watkins (1970) - hidden-surface algorithms

–  Sutherland (1974) – visibility = sorting

Page 62: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 62

•  1960s - the visibility problem

–  Roberts (1963), Appel (1967) - hidden-line algorithms

– Warnock (1969), Watkins (1970) - hidden-surface algorithms

–  Sutherland (1974) - visibility = sorting •  1970s - raster graphics

–  Gouraud (1971) - diffuse lighting –  Blinn (1974) - curved surfaces, texture –  Phong (1974) - specular lighting –  Catmull (1974) - Z-buffer hidden-surface –  Crow (1977) - anti-aliasing

Page 63: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 63

•  1960s - the visibility problem

–  Roberts (1963), Appel (1967) - hidden-line algorithms

–  Warnock (1969), Watkins (1970) - hidden-surface algorithms

–  Sutherland (1974) - visibility = sorting

•  1970s - raster graphics –  Gouraud (1971) - diffuse lighting –  Phong (1974) - specular lighting –  Blinn (1974) - curved surfaces, texture –  Catmull (1974) - Z-buffer hidden-surface

algorithm –  Crow (1977) - anti-aliasing

Page 64: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 64

•  early 1980s - global illumination – Whitted (1980) - ray tracing –  Goral, Torrance et al. (1984), Cohen (1985) -

radiosity –  Kajiya (1986) - the rendering equation

Page 65: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 65

•  late 1980s - photorealism –  Cook (1984) - shade

trees –  Perlin (1985) - shading languages –  Hanrahan and Lawson (1990) -

RenderMan

• early 1980s - global illumination – Whitted (1980) - ray tracing – Goral, Torrance et al. (1984), Cohen (1985) - radiosity – Kajiya (1986) - the rendering equation

Page 66: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 66

•  early 1990s - non-photorealistic rendering –  Drebin et al. (1988), Levoy

(1988) - volume rendering –  Haeberli (1990) - impressionistic

paint programs –  Salesin et al. (1994-) - automatic

pen-and-ink illustration –  Meier (1996) - painterly

rendering

Page 67: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 67

•  early 1990s - non-photorealistic rendering

–  Drebin et al. (1988), Levoy (1988) - volume rendering

–  Haeberli (1990) - impressionistic paint programs –  Salesin et al. (1994-) - automatic pen-and-ink

illustration –  Meier (1996) - painterly rendering

Page 68: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 68

Modeling •  polygons •  constructive solid geometry •  parametric surfaces •  implicit surfaces •  subdivision surfaces •  particle systems •  volumes

Page 69: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 69

Animation

•  scripted •  key-frame interpolation •  inverse kinematics •  dynamics

Page 70: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

© M. Gokturk 70

modeling animation rendering

3D scanning

motion capture

image-based rendering

The graphics pipeline the traditional pipeline

the new pipeline?

Page 71: Lecture 1 Introduction Doç. Dr. Mehmet Göktürk

Assignment l  Obtain the textbook somehow l  Read chapter 1 and 2 l  There will be quiz next week

© M. Gokturk 71