Definition in file rgrl_transformation.cxx.
#include "rgrl_transformation.h"
#include <rgrl/rgrl_util.h>
#include <vnl/vnl_math.h>
#include <vnl/vnl_least_squares_function.h>
#include <vnl/algo/vnl_levenberg_marquardt.h>
#include <vcl_iostream.h>
#include <vcl_cassert.h>
#include <vnl/vnl_cross.h>
#include <vnl/vnl_double_3.h>
#include <vnl/vnl_double_2.h>
#include <vnl/algo/vnl_symmetric_eigensystem.h>
Go to the source code of this file.
Classes | |
| class | inverse_mapping_func |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, rgrl_transformation const &xform) |
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | |
| rgrl_transformation const & | xform | |||
| ) |
Definition at line 368 of file rgrl_transformation.cxx.
1.5.1