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

contains class vgl_h_matrix_2d_optimize_lmq More...

#include <vgl/algo/vgl_h_matrix_2d_optimize.h>

Go to the source code of this file.

Classes

class  vgl_h_matrix_2d_optimize_lmq

Detailed Description

contains class vgl_h_matrix_2d_optimize_lmq

Author:
J.L. Mundy Jan 05, 2005 vgl_h_matrix_2d_optimize_lmq uses the Levenberg-Marquardt algorithm to refine an initial value for vgl_h_matrix_2d, given a set of corresponding points or lines. The number of points/lines must be greater than four, since for four or fewer points/lines the projective mapping is exact.
    Modifications
     none
   

Definition in file vgl_h_matrix_2d_optimize_lmq.h.