#include <vgl_h_matrix_2d_optimize.h>
Definition at line 28 of file vgl_h_matrix_2d_optimize.h.
◆ projection_lsqf()
◆ ~projection_lsqf()
| projection_lsqf::~projection_lsqf |
( |
| ) |
|
|
overridedefault |
◆ f()
| void projection_lsqf::f |
( |
const vnl_vector< double > & |
hv, |
|
|
vnl_vector< double > & |
proj_err |
|
) |
| |
|
inlineoverride |
compute the projection error given a set of h parameters.
The residuals required by f are the Euclidean x and y coordinate differences between the projected from points and the corresponding to points.
Definition at line 54 of file vgl_h_matrix_2d_optimize.h.
◆ from_points_
◆ n_
| unsigned projection_lsqf::n_ |
|
private |
◆ to_points_
| std::vector<vgl_point_2d<double> > projection_lsqf::to_points_ |
|
private |
The documentation for this class was generated from the following file: