Defines
contrib/rpl/rgrl/rgrl_est_proj_func.txx File Reference

a generic class to estimate a homogeneous projection matrix using L-M More...

#include "rgrl_est_proj_func.h"
#include <rgrl/rgrl_estimator.h>
#include <rgrl/rgrl_match_set.h>
#include <rgrl/rgrl_set_of.h>
#include <vnl/vnl_matrix_fixed.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_math.h>
#include <vnl/vnl_numeric_traits.h>
#include <vnl/vnl_transpose.h>
#include <vnl/algo/vnl_levenberg_marquardt.h>
#include <vnl/algo/vnl_svd.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Defines

#define rgrl_est_proj_func_txx_
#define RGRL_EST_PROJ_FUNC_INSTANTIATE(tdim, fdim)   template class rgrl_est_proj_func< tdim, fdim >

Detailed Description

a generic class to estimate a homogeneous projection matrix using L-M

Author:
Gehua Yang
Date:
March 2007

Definition in file rgrl_est_proj_func.txx.


Define Documentation

#define RGRL_EST_PROJ_FUNC_INSTANTIATE (   tdim,
  fdim 
)    template class rgrl_est_proj_func< tdim, fdim >

Definition at line 552 of file rgrl_est_proj_func.txx.

#define rgrl_est_proj_func_txx_

Definition at line 2 of file rgrl_est_proj_func.txx.