#include "mvl_linear_backproject.h"#include <vcl_iostream.h>#include <vcl_cstdlib.h>#include <vnl/algo/vnl_svd.h>Go to the source code of this file.
Functions | |
| vnl_vector< double > | mvl_linear_backproject (vcl_vector< PMatrix > Ps, HomgPoint2D const *imgcoords, HomgPoint3D &X, bool re_weighted, char method) |
| vnl_vector<double> mvl_linear_backproject | ( | vcl_vector< PMatrix > | Ps, |
| HomgPoint2D const * | imgcoords, | ||
| HomgPoint3D & | X, | ||
| bool | re_weighted, | ||
| char | method | ||
| ) |
Definition at line 6 of file mvl_linear_backproject.cxx.
1.7.5.1