Recent content by shizny

  1. S

    Undergrad Trying to derive a transformation Matrix from a set of known points

    Thanks Lord_Circ. Just got it working properly last night! First big progress on my project in a week!
  2. S

    Undergrad Trying to derive a transformation Matrix from a set of known points

    Lord Circ... please excuse my noobieism here but in your post about finding the a , b, c, d, e, f coefficients you have --- In order to find the coefficients, pick three points and solve the system Code: |x_1 y_1 1| |a| |x'_1| |x_2 y_2 1| |b| = |x'_2| |x_3 y_3 1| |c| |x'_3| And...