Blender V4.3
libmv::resection Namespace Reference

Functions

template<typename T >
void Resection (const Matrix< T, 2, Dynamic > &x, const Matrix< T, 4, Dynamic > &X, Matrix< T, 3, 4 > *P)
 

Function Documentation

◆ Resection()

template<typename T >
void libmv::resection::Resection ( const Matrix< T, 2, Dynamic > & x,
const Matrix< T, 4, Dynamic > & X,
Matrix< T, 3, 4 > * P )

Definition at line 37 of file resection.h.

References N, libmv::Nullspace(), P, libmv::reshape(), X, and x.

Referenced by libmv::EuclideanResect(), and libmv::ProjectiveResect().