Classes | Macros
vgl_fit_conics_2d.h File Reference

Fits a contiguous set of conic segments to a sampled curve. More...

#include <vector>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_conic_segment_2d.h>

Go to the source code of this file.

Classes

class  vgl_fit_conics_2d< T >
 

Macros

#define VGL_FIT_CONICS_2D_INSTANTIATE(T)   extern "please include vgl/algo/vgl_fit_conics_2d.hxx first"
 

Detailed Description

Fits a contiguous set of conic segments to a sampled curve.

Author
J.L. Mundy
Date
June 18, 2005

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.

Macro Definition Documentation

◆ VGL_FIT_CONICS_2D_INSTANTIATE

#define VGL_FIT_CONICS_2D_INSTANTIATE (   T)    extern "please include vgl/algo/vgl_fit_conics_2d.hxx first"

Definition at line 77 of file vgl_fit_conics_2d.h.