|
Blender V4.3
|
Functions | |
| template<typename T > | |
| void | Resection (const Matrix< T, 2, Dynamic > &x, const Matrix< T, 4, Dynamic > &X, Matrix< T, 3, 4 > *P) |
| 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().