Lecture07-2DTransforms 计算机图形学ppt课件.ppt

Lecture07-2DTransforms 计算机图形学ppt课件.ppt

  1. 1、本文档共49页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Lecture07-2DTransforms 计算机图形学ppt课件

Rotation Example (cont) Result: x y 0 1 2 3 4 0 1 2 3 4 5 x y 0 1 2 3 4 0 1 2 3 4 5 Triangle Vertices after Rotation: (2, 0.59), (3.41, 2), (1.29, 4.2) Initial Triangle Vertices: (1, 1), (3, 1), (3, 4) Homogeneous Coordinates Problem: Rotation, scale, and shear multiply a matrix with p: p′ = Mp Translation adds a vector to p: p′ = p + T Would like to treat all transformations the same Optimize the hardware Compose transformations Solution: homogeneous coordinates Homogeneous: “of the same or similar kind or nature” Increase point’s dimensionality ? add a third coordinate w: Two homogeneous points (p1 and p2) specify the same 2-D Cartesian point if: p1 = cp2 for some real-valued scalar number c Homogeneous Coordinates (cont.) With homogeneous coordinates, the x-y plane is a two-dimensional sub-space in 3-D Although homogeneous points have three coordinates, they correlate to positions on a 2-D plane Can use any 2-D plane that doesn’t include the origin For simplicity, choose the plane w = 1 ? [x y 1]T = [X Y 1]T x y w Homogeneous point 2-D Cartesian coordinates Homogeneous Coordinates For 2D transformations, the points are now 3-vectors And the transformation matrices are 3x3 matrices Homogeneous Coordinates: Translation What does the translation matrix look like? To translate a point p to point p’, we need with and Homogeneous Coordinates: Translation So Performing the multiply gives us: Homogeneous Coordinates: Translation From We know that Similarly, Implies And implies Homogeneous Coordinates: Translation So, This is the 2D translation matrix We apply this matrix to each vertex of a polygon to translate the polygon as a whole Does it work? Homogeneous Coordinates: Translation In this example, Polygon vertices are: x y 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 Homogeneous Coordinates: Scale What does the scale matrix look like? To scale a point p to point p’, we need with and Homogeneous Coordinates: Scale So Performing the mult

文档评论(0)

qiwqpu54 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档