Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. B* = affine_transform(B)
  2.  
  3. f(θ,tx,ty) = σ(A-B*)
  4.  
  5. [U V 1] = [X Y 1]*[cos(θ) -sin(θ) 0; sin(θ) cos(θ) 0; tx ty 1]
  6.  
  7. [sin(θ) -cos(θ) 0; cos(θ) -sin(θ) 0; 0 0 0]
  8.  
  9. [0 0 0; 0 0 0; 1 0 1]
  10.  
  11. [0 0 0; 0 0 0; 0 1 1]
Add Comment
Please, Sign In to add comment