Recent content by cnix

  1. C

    Calculating the transform matrix

    I have 2 sets of known 3x1 vectors A = [ x y 1 ] and B =[ x' y' 1 ] which represent points on two coordinates calculated by some MATLAB algorithm. I was wondering what I could do to find the 2x3 transform matrix that turns the x y set into the x' y' set. [x'] [ ] [x] [y']=[?] [y] [1]...
Back
Top