Blender  V3.3
Functions
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(), T, x, and X.

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