#include <limits>#include <iostream>#include <vnl/vnl_math.h>#include "vgl_fit_quadric_3d.h"#include <vgl/algo/vgl_norm_trans_3d.h>#include <vnl/algo/vnl_svd.h>#include <vnl/vnl_matrix.h>#include <vgl/vgl_distance.h>#include <vgl/vgl_tolerance.h>#include <vnl/algo/vnl_levenberg_marquardt.h>#include <vnl/algo/vnl_generalized_eigensystem.h>#include <vnl/algo/vnl_real_eigensystem.h>#include <vnl/algo/vnl_symmetric_eigensystem.h>#include <vnl/vnl_least_squares_function.h>Go to the source code of this file.
Macros | |
| #define | debug 0 |
| #define | VGL_FIT_QUADRIC_3D_INSTANTIATE(T) template class vgl_fit_quadric_3d<T > |
| #define debug 0 |
Definition at line 23 of file vgl_fit_quadric_3d.hxx.
| #define VGL_FIT_QUADRIC_3D_INSTANTIATE | ( | T | ) | template class vgl_fit_quadric_3d<T > |
Definition at line 401 of file vgl_fit_quadric_3d.hxx.
1.8.15