Functions
contrib/oxl/mvl/mvl_linear_backproject.h File Reference
#include <vcl_vector.h>
#include <mvl/PMatrix.h>
#include <mvl/HomgPoint2D.h>
#include <mvl/HomgPoint3D.h>
#include <vnl/vnl_vector.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=false, char method= 'e')

Function Documentation

vnl_vector<double> mvl_linear_backproject ( vcl_vector< PMatrix Ps,
HomgPoint2D const *  imgcoords,
HomgPoint3D X,
bool  re_weighted = false,
char  method = 'e' 
)

Definition at line 6 of file mvl_linear_backproject.cxx.