Blender V5.0
conditioning.h File Reference

Go to the source code of this file.

Classes

struct  libmv::UnnormalizerI
 Use inverse for unnormalize. More...
struct  libmv::UnnormalizerT
 Use transpose for unnormalize. More...

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)