#include <iostream>
#include <cmath>
#include "vgl_h_matrix_2d_optimize_lmq.h"
#include <cassert>
#include <vnl/vnl_inverse.h>
#include <vnl/algo/vnl_levenberg_marquardt.h>
#include <vgl/algo/vgl_norm_trans_2d.h>
Go to the source code of this file.