#include "vgl_h_matrix_3d_compute_linear.h"#include <vcl_iostream.h>#include <vcl_cmath.h>#include <vcl_cassert.h>#include <vgl/algo/vgl_norm_trans_3d.h>#include <vnl/algo/vnl_svd.h>Go to the source code of this file.
Variables | |
| const int | TM_UNKNOWNS_COUNT = 16 |
| const double | DEGENERACY_THRESHOLD = 0.00001 |
Definition in file vgl_h_matrix_3d_compute_linear.cxx.
| const double DEGENERACY_THRESHOLD = 0.00001 |
Definition at line 13 of file vgl_h_matrix_3d_compute_linear.cxx.
| const int TM_UNKNOWNS_COUNT = 16 |
Definition at line 12 of file vgl_h_matrix_3d_compute_linear.cxx.
1.7.5.1