comp30019 graphics and interaction perspective polygonal
play

COMP30019 Graphics and Interaction Perspective & Polygonal - PowerPoint PPT Presentation

Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry COMP30019 Graphics and Interaction Perspective & Polygonal Geometry Adrian Pearce Department of Computing and Information


  1. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry COMP30019 Graphics and Interaction Perspective & Polygonal Geometry Adrian Pearce Department of Computing and Information Systems University of Melbourne The University of Melbourne Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  2. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Lecture outline Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  3. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Perspective geometry How are three-dimensional objects projected onto two-dimensional images? Aim: understand point-of-view, projective geometry. Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  4. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Viewing Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  5. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Viewport Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  6. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Geometry of image formation Mapping from 3D space to 2D image surface, moving from a higher dimensional image to a lower dimensional image ◮ The X , Y , Z points in the three dimensional world, sometimes called voxels, are transformed in to x , y pixels in a two-dimensional image. ◮ More specifically, a mapping from 3D directions, rays of light , to/from the observer. Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  7. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Pinhole Camera projection screen light ray from object for image (maybe translucent waxed paper) image of object (upside down) pinhole in box object in 3D scene light-tight box Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  8. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Perspective geometry (X,Y,Z) f X O x Z Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  9. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Perspective geometry ◮ Basically an abstraction of pin-hole camera. ◮ Look at XOZ plane (same thing happens in YOZ plane). ◮ Actual point in 3D space is ( X , Y , Z ) ◮ 0 is origin (focal point) or centre of projection. ◮ Z is distance from actual point to origin. ◮ f is focal distance (focal length). ◮ x is the image (upside down) with respect to real world. Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  10. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Perspective of virtual camera Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  11. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Virtual camera geometry (X,Y,Z) f X x O Z Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  12. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Virtual camera geometry ◮ Image projection surface imagined to be in front of projection centre. ◮ Geometrically equivalent ◮ Often more convenient to think about projection Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  13. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Perspective Formulas Point P = ( X , Y , Z ) in 3D space has projection ( x , y ) in the image where x X = f Z y Y = f Z or Xf x = Z Yf = y Z f being the “focal distance” (sometimes f is called d ). Look at similar triangles in the previous diagram. Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  14. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Perspective Formulas ◮ Look at perspective projection diagram to convince yourself of this — triangles xOf and XOZ have the same proportions. ◮ Rearranging gives equations shown on previous slide. ◮ These formulas apply only for camera-centred coordinates, for which perspective projection has a particularly simple form. ◮ For arbitrarily centred coordinate systems 3D transformations are necessary (more on this when we tackle 3D transformations using matrices). Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  15. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Centre of projection A A A' A' Projectors Projectors B B B' B' Projection Projection plane plane Center of Center of projection projection at infinity (a) (b) (Foley, Figure 6.03) Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  16. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry One point perspective projection z -axis vanishing point y y z -axis vanishing point x x z z (Foley, Figure 6.04) Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  17. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry One-point perspective projection y Projection plane x Center of projection z Projection plane normal (Foley, Figure 6.05) Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  18. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry “Two-point” perspective Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  19. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry “Three-point” perspective Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  20. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Vanishing points ◮ In 3D, parallel lines meet only at infinity, so the vanishing point can be thought of as the projection of a point at infinity . ◮ If the set of lines is parallel to one of the three principal axes, the vanishing point is called an axis vanishing point . ◮ So called “one-point”, “two-point”, and “three-point” perspectives are just special cases of perspective projection, depending on how image plane lines up with significant planes in scene. ◮ In fact, there are an infinity of vanishing points , one for each of the infinity of directions in which a line can be oriented. Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  21. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Perspective of the human eye Human eye effectively uses a kind of “spherical” projection: Retina is curved, though projection centre (in lens) isn’t at centre of the eyeball (therefore not planar geometric projection). ◮ Doesn’t exactly match perspective projection. ◮ Only a problem for very wide fields of view. Perspective is basically the right projection for putting a 3D scene onto a flat surface for human viewing. ◮ Other projections are possible for special effects, e.g. “fish-eye” lens. Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

  22. Introduction Perspective Geometry Virtual camera Centre of projection Classes of projection Polygonal geometry Classes of projection Subclasses of planar geometric projections Planar geometric projections Parallel Perspective Orthographic Oblique One-point Top Cabinet Two-point (plan) Front Axonometric Cavalier Three-point elevation Side Other elevation Isometric Other (Foley, Figures 6.21 & 6.22) Adrian Pearce University of Melbourne COMP30019 Graphics and InteractionPerspective & Polygonal Geometry

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend