Classes
core/vgl/algo/vgl_h_matrix_2d_optimize.h File Reference

Refine an initial 2d homography by minimizing projection error. More...

#include <vcl_vector.h>
#include <vcl_cassert.h>
#include <vnl/vnl_least_squares_function.h>
#include <vgl/vgl_homg_point_2d.h>
#include <vgl/vgl_homg_line_2d.h>
#include <vgl/algo/vgl_h_matrix_2d.h>

Go to the source code of this file.

Classes

class  projection_lsqf
class  vgl_h_matrix_2d_optimize

Detailed Description

Refine an initial 2d homography by minimizing projection error.

Author:
J.L. Mundy Jan. 5, 2005 Abstract interface for classes that optimize plane-to-plane projectivities from point and line correspondences.
    Modifications
   

Definition in file vgl_h_matrix_2d_optimize.h.