DOC PREVIEW
CMU CS 15463 - Image Warping

This preview shows page 1-2-14-15-29-30 out of 30 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 30 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 30 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 30 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 30 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 30 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 30 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 30 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Image WarpingImage TransformationsImage TransformationsParametric (global) warpingParametric (global) warpingScalingScalingScaling2-D Rotation2-D Rotation2-D Rotation2x2 Matrices2x2 Matrices2x2 Matrices2x2 MatricesAll 2D Linear TransformationsConsider a different BasisLinear Transformations as Change of BasisWhat’s the inverse transform?Projection onto orthogonal basisHomogeneous CoordinatesHomogeneous CoordinatesHomogeneous CoordinatesHomogeneous CoordinatesTranslationBasic 2D TransformationsMatrix CompositionAffine TransformationsProjective Transformations2D image transformationsImage Warping15-463: Computational PhotographyAlexei Efros, CMU, Fall 2008Some slides from Steve Seitzhttp://www.jeffrey-martin.comImage Transformationsimage filtering: change range of imageg(x) = T(f(x))fxTfxfxTfximage warping: change domain of imageg(x) = f(T(x))Image TransformationsTTffggimage filtering: change range of imageg(x) = T(f(x))image warping: change domain of imageg(x) = f(T(x))Parametric (global) warpingExamples of parametric warps:translationrotationaspectaffineperspectivecylindricalParametric (global) warpingTransformation T is a coordinate-changing machine:p’ = T(p)What does it mean that T is global?• Is the same for any point p• can be described by just a few numbers (parameters)Let’s represent T as a matrix:p’ = MpTp = (x,y) p’ = (x’,y’)⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡yxyxM''ScalingScaling a coordinate means multiplying each of its components by a scalarUniform scaling means this scalar is the same for all components:× 2Non-uniform scaling: different scalars per component:ScalingX × 2, Y × 0.5ScalingScaling operation:Or, in matrix form:byyaxx==''⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡yxbayx00''scaling matrix SWhat’s inverse of S?2-D Rotationθ(x, y)(x’, y’)x’ = x cos(θ) - y sin(θ)y’ = x sin(θ) + y cos(θ)2-D Rotationx = r cos (φ)y = r sin (φ)x’ = r cos (φ + θ)y’ = r sin (φ + θ)Trig Identity…x’ = r cos(φ) cos(θ) – r sin(φ) sin(θ)y’ = r sin(φ) cos(θ) + r cos(φ) sin(θ)Substitute…x’ = x cos(θ) - y sin(θ)y’ = x sin(θ) + y cos(θ)θ(x, y)(x’, y’)φ2-D RotationThis is easy to capture in matrix form:Even though sin(θ) and cos(θ) are nonlinear functions of θ,• x’ is a linear combination of x and y• y’ is a linear combination of x and yWhat is the inverse transformation?• Rotation by –θ• For rotation matrices()()() ()⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡−=⎥⎦⎤⎢⎣⎡yxyxθθθθcossinsincos''TRR=−1R2x2 MatricesWhat types of transformations can be represented with a 2x2 matrix?2D Identity?yyxx==''⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡yxyx1001''2D Scale around (0,0)?ysyxsxyx*'*'==⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡yxssyxyx00''2x2 MatricesWhat types of transformations can be represented with a 2x2 matrix?2D Rotate around (0,0)?yxyyxx*cos*sin'*sin*cos'Θ+Θ=Θ−Θ=⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡ΘΘΘ−Θ=⎥⎦⎤⎢⎣⎡yxyxcossinsincos''2D Shear?yxshyyshxxyx+=+=*'*'⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡yxshshyxyx11''2x2 MatricesWhat types of transformations can be represented with a 2x2 matrix?2D Mirror about Y axis?yyxx=−=''⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡−=⎥⎦⎤⎢⎣⎡yxyx1001''2D Mirror over (0,0)?yyxx−=−=''⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡−−=⎥⎦⎤⎢⎣⎡yxyx1001''2x2 MatricesWhat types of transformations can be represented with a 2x2 matrix?2D Translation?yxtyytxx+=+=''Only linear 2D transformations can be represented with a 2x2 matrixNO!All 2D Linear TransformationsLinear transformations are combinations of …• Scale,• Rotation,• Shear, and• MirrorProperties of linear transformations:• Origin maps to origin• Lines map to lines• Parallel lines remain parallel• Ratios are preserved• Closed under composition⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡yxdcbayx''⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡yxlkjihgfedcbayx''Consider a different Basisj =(0,1)i =(1,0)qq=4i+3j = (4,3) p=4u+3vv =(vx ,vy )u=(ux ,uy )pLinear Transformations as Change of BasisAny linear transformation is a basis!!!j =(0,1)i =(1,0)pij = 4u+3vpx =4ux +3vxpy =4uy +3vyv =(vx ,vy )u=(ux ,uy )puvpijpuv = (4,3)puvpij⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=yyxxyyxxvuvuvuvu34What’s the inverse transform?• How can we change from any basis to any basis?• What if the basis are orthogonal?v =(vx ,vy )u=(ux ,uy )puvj =(0,1)i =(1,0)pij = (5,4)pijpuv = (px ,py ) = ?= px u + py vpijpuv⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=yyxxyyxxvuvuvuvu45-1-1Projection onto orthogonal basisv =(vx ,vy )u=(ux ,uy )puvj =(0,1)i =(1,0)pij = (5,4)pijpuv = (u·pij, v·pij)pijpuv⎥⎦⎤⎢⎣⎡=⎥⎦⎤⎢⎣⎡⎥⎦⎤⎢⎣⎡=yxyxyyxxvvuuvvuu45Homogeneous CoordinatesQ: How can we represent translation as a 3x3 matrix?yxtyytxx+=+=''Homogeneous CoordinatesHomogeneous coordinates• represent coordinates in 2 dimensions with a 3-vector⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡⎯⎯⎯⎯⎯→⎯⎥⎦⎤⎢⎣⎡1coords shomogeneouyxyxHomogeneous CoordinatesAdd a 3rd coordinate to every 2D point• (x, y, w) represents a point at location (x/w, y/w)• (x, y, 0) represents a point at infinity• (0, 0, 0) is not allowedConvenient coordinate system to represent many useful transformations1212(2,1,1)or (4,2,2) or (6,3,3)xyHomogeneous CoordinatesQ: How can we represent translation as a 3x3 matrix?A: Using the rightmost column:⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡=1001001yxttranslationTyxtyytxx+=+=''TranslationExample of translation⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡++=⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡=⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡1110010011''yxyxtytxyxttyxtx = 2 ty = 1Homogeneous CoordinatesBasic 2D TransformationsBasic 2D transformations as 3x3 matrices⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡ΘΘΘ−Θ=⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡11000cossin0sincos1''yxyx⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡=⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡110010011''yxttyxyx⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡=⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡110001011''yxshshyxyxTranslateRotate Shear⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡=⎥⎥⎥⎦⎤⎢⎢⎢⎣⎡110000001''yxssyxyxScaleMatrix CompositionTransformations can be combined by matrix


View Full Document

CMU CS 15463 - Image Warping

Documents in this Course
Lecture

Lecture

36 pages

Lecture

Lecture

31 pages

Wrap Up

Wrap Up

5 pages

morphing

morphing

16 pages

stereo

stereo

57 pages

mosaic

mosaic

32 pages

faces

faces

33 pages

MatTrans

MatTrans

21 pages

matting

matting

27 pages

matting

matting

27 pages

wrap up

wrap up

10 pages

Lecture

Lecture

27 pages

Lecture

Lecture

40 pages

15RANSAC

15RANSAC

54 pages

lecture

lecture

48 pages

Lecture

Lecture

42 pages

Lecture

Lecture

11 pages

Lecture

Lecture

52 pages

Lecture

Lecture

39 pages

stereo

stereo

57 pages

Lecture

Lecture

75 pages

texture

texture

50 pages

Lectures

Lectures

52 pages

Load more
Download Image Warping
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Image Warping and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Image Warping 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?