HMatrix2DAffineCompute contains a linear method to compute a 2D affine transformation. More...
#include <mvl/HMatrix2DCompute.h>
#include <mvl/HMatrix2D.h>
#include <vgl/vgl_homg_point_2d.h>
#include <vnl/vnl_matrix.h>
Go to the source code of this file.
Classes | |
class | HMatrix2DAffineCompute |
struct | NonHomg |
Functions | |
vnl_double_2 | mean2 (const vnl_matrix< double > &A) |
vnl_matrix< double > & | sub_rows (vnl_matrix< double > &A, const vnl_double_2 a) |
HMatrix2DAffineCompute contains a linear method to compute a 2D affine transformation.
The H returned is such that \[ x_2 H x_1 \]
Definition in file HMatrix2DAffineCompute.h.
vnl_double_2 mean2 | ( | const vnl_matrix< double > & | A | ) |
Definition at line 168 of file HMatrix2DAffineCompute.cxx.
vnl_matrix<double>& sub_rows | ( | vnl_matrix< double > & | A, |
const vnl_double_2 | a | ||
) |
Definition at line 181 of file HMatrix2DAffineCompute.cxx.