Blender V5.0
nviewtriangulation.h File Reference

Go to the source code of this file.

Namespaces

namespace  libmv

Functions

template<typename T>
void libmv::NViewTriangulate (const Matrix< T, 2, Dynamic > &x, const vector< Matrix< T, 3, 4 > > &Ps, Matrix< T, 4, 1 > *X)
template<typename T>
void libmv::NViewTriangulateAlgebraic (const Matrix< T, 2, Dynamic > &x, const vector< Matrix< T, 3, 4 > > &Ps, Matrix< T, 4, 1 > *X)