Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
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) |