#include <iostream>#include <cmath>#include "vgl_h_matrix_2d_compute_linear.h"#include <cassert>#include <vnl/vnl_inverse.h>#include <vnl/vnl_transpose.h>#include <vnl/algo/vnl_svd.h>#include <vgl/algo/vgl_norm_trans_2d.h>Go to the source code of this file.
Variables | |
| constexpr int | TM_UNKNOWNS_COUNT = 9 |
| constexpr double | DEGENERACY_THRESHOLD = 0.00001 |
| constexpr double DEGENERACY_THRESHOLD = 0.00001 |
Definition at line 33 of file vgl_h_matrix_2d_compute_linear.cxx.
| constexpr int TM_UNKNOWNS_COUNT = 9 |
Definition at line 32 of file vgl_h_matrix_2d_compute_linear.cxx.
1.8.15