Blender V4.3
conditioning.cc File Reference

Go to the source code of this file.

Namespaces

namespace  libmv
 

Functions

void libmv::PreconditionerFromPoints (const Mat &points, Mat3 *T)
 
void libmv::IsotropicPreconditionerFromPoints (const Mat &points, Mat3 *T)
 
void libmv::ApplyTransformationToPoints (const Mat &points, const Mat3 &T, Mat *transformed_points)
 
void libmv::NormalizePoints (const Mat &points, Mat *normalized_points, Mat3 *T)
 
void libmv::NormalizeIsotropicPoints (const Mat &points, Mat *normalized_points, Mat3 *T)