These Matlab files compute an estimate of a set of points based on the projection of these points on a set of hyperplanes. The motivation for this code is to reconstruct a set of points in 3 dimensions from a set of 2d images.
test_driver
A demostration of the codecamera2hyperplane
construct a hyperplane based on camera positionhyperplane_projection
compute the projection matrices for a hyperplanefind_points
estimate 3d points based on 2d camera positionspointsfromhyperplanes
solve the general hyperplane reconstruction problemcheckdims
utility to verify dimensions of input matricesmath-notes
notes on the mathematics behind this codeMakefile
rules to make pdf notes
This code is release under the do anything you want with it license