1. Given the n point correspondences ((xi,yi,zi), (ui,vi))
Compute matrix A with rows ai
ai =
(vi*xi, vi*yi, -ui*xi, -ui*vi, vi)
These
are known quantities which will be used to
solve
for intermediate values, which will then be
used
to solve for the parameters sought.