Fits a contiguous set of conic segments to a sampled curve. More...
Go to the source code of this file.
Classes | |
class | vgl_fit_conics_2d< T > |
Defines | |
#define | VGL_FIT_CONICS_2D_INSTANTIATE(T) extern "please include vgl/algo/vgl_fit_conics_2d.txx first" |
Fits a contiguous set of conic segments to a sampled curve.
The parameters are:
A conic segment is incrementally fit to the curve until the tolerance is exceeded. When the tolerance is exceeded, the conic segment is output and a new conic fit is started.
Modifications none
Definition in file vgl_fit_conics_2d.h.
#define VGL_FIT_CONICS_2D_INSTANTIATE | ( | T | ) | extern "please include vgl/algo/vgl_fit_conics_2d.txx first" |
Definition at line 77 of file vgl_fit_conics_2d.h.