Lecture 08: Coordinate Transformation II

Slides:



Advertisements
Similar presentations
Transforming graphs of functions
Advertisements

Transformations on the Coordinate Plane
Algebra II Chapter 10 Section 3.
MCC8.G.1, 2, and 3 Translation Reflection Rotation.
Reflections Lesson 6-2 Page 461.
Image alignment Image from
Geometric Transformations CSE P 576 Larry Zitnick
1 Geometrical Transformation 2 Outline General Transform 3D Objects Quaternion & 3D Track Ball.
Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?
Lecture 9: Image alignment CS4670: Computer Vision Noah Snavely
Chapter 4 Linear Transformations. Outlines Definition and Examples Matrix Representation of linear transformation Similarity.
©College of Computer and Information Science, Northeastern UniversityJune 26, CS U540 Computer Graphics Prof. Harriet Fell Spring 2009 Lecture 11.
Graphics Programming Graphics Programming: Transformations.
Monday, September 15 Algebra II
©College of Computer and Information Science, Northeastern UniversitySeptember 9, CS 4300 Computer Graphics Prof. Harriet Fell Fall 2011 Lecture.
ICS201 Lecture 12 : Gentle Introduction to Computer Graphics II King Fahd University of Petroleum & Minerals College of Computer Science & Engineering.
Autonomous Navigation for Flying Robots Lecture 2.2: 2D Geometry
CSE 681 Review: Transformations. CSE 681 Transformations Modeling transformations build complex models by positioning (transforming) simple components.
Unit 5 – Linear Functions
Transformations Day 1: Graphing. Vocabulary Transformations – mapping of a figure on the coordinate plane. 1) Reflection: Mirror image x-axis (x,y) →(x,-y)
1.(2,4) 2. (-3,-1) 3. (-4,2) 4. (1,-3).  The vertices of a triangle are j(-2,1), K(-1,3) and L(0,0). Translate the triangle 4 units right (x+4) and 2.
Geog. 377: Introduction to GIS - Lecture 15 Overheads 1 3. Coordinate System Transformation 4. DMBS and its use in GIS Topics Lecture 15: GIS Database.
Transformations Translation “MATH 11” –
Unit 5 – Transformations in the Plane Unit 6 – Connecting Algebra with Geometry.
Computer Graphics Lecture 16 Fasih ur Rehman. Last Class Homogeneous transformations Types of Transformations – Linear Transformations – Affine Transformations.
Geometry 7.1: Transformations GOAL: Learn the three major types of geometric transformations.
Examining the orientation and congruence of transformations by bobcatmath8th.weebly.com NAME DATE The Unit Organizer BIGGER.
Lecture 10: Image alignment CS4670/5760: Computer Vision Noah Snavely
Computer Graphics Lecture 15 Fasih ur Rehman. Last Class Combining Transformations Affine versus Rigid body Transformations Homogenous Transformations.
Lecture 10 Geometric Transformations In 3D(Three- Dimensional)
Lecture 3 Jitendra Malik
Do-Now Solve the system of equations. (2, –20) and (–1, –2)
2D Transformation.
Lecture 7 Geometric Transformations (Continued)
7-2 Similarity and transformations
Lecture 07: Coordinate Transformation I
EOCT Review Unit 5 – Transformations in the Plane
CHAPTER OBJECTIVES The primary objective of this chapter is to show how to compute the matrix inverse and to illustrate how it can be.
Geometric Transformations
Viewing and Perspective Transformations
EOCT Review Unit 5 – Transformations in the Plane
4.1: Congruence and Transformation
Chapter 10.
Algebraic Representations of Transformations
Identify Which Combination of Transformations took place
Linear Relationships coordinates reflections origin
Geometric Transformations
Chapter 1: Foundations in Geometry
Lecture 09: Coordinate Transformation II
TRANSFORMATIONS Translations Reflections Rotations
Rotation: all points in the original figure rotate, or turn, an identical number of degrees around a fixed point.
These are flips, slides, turns, and enlargements/reductions.
EOCT Review Unit 5 – Transformations in the Plane
EOCT Review Unit 5 – Transformations in the Plane
Lecture 8: Image alignment
Congruence Transformations
4.1: Dilations and Similar Triangles Tonight’s Homework: 4.1 Handout
Transformations.
Module 1 Topic C – Lesson 14 – Reflections
Module 1 Topic C – Lesson 14 – Reflections
Transformations: Translations Rotations Reflections
8th Grade: Chapter 6 TRANSFORMATIONS
Transformations Review
Homework: Study for Unit Test & Complete Test Prep Packet Learning Target: I can demonstrate how transformations and angle relationships impact geometric.
Maps one figure onto another figure in a plane.
Unit 37 Further Transformations
Geometric Transformations
Solving a System of Linear Equations
Chapter 7 Transformations.
Presentation transcript:

Lecture 08: Coordinate Transformation II Topics: Planar coordinate transformation (2D to 2D) 1) Simple affine transformation 2) Complex affine transformation References: Chapter 6 in Noble and Daniel (Applied Linear Algebra, 1977), pp. 177-212

Outlines 3. Planar map transformation (2D to 2D): 3.1 Simple Affine Transformations 3.1.1 Translation: (The translation figure) 3.1.2 Scaling: (The scaling figure) 3.1.3 Rotation: (The rotation figure) What about reflection? (The mirroring figure)

3.2 Complex Affine Transformations 3.2.1 Basic computation: u = a+bx+cy (1) v = d+ex+fy (2) (The Equations and computation figure) 3.2.2 Discussion: 1) What if the relationship is not linear? 2) What if the three points are on a line? (The complex affine spreadsheet figure) 3) What if the points contains errors?