Classes | Defines
core/vgl/algo/vgl_fit_conics_2d.h File Reference

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

#include <vcl_vector.h>
#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 >

Defines

#define VGL_FIT_CONICS_2D_INSTANTIATE(T)   extern "please include vgl/algo/vgl_fit_conics_2d.txx 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.


Define Documentation

#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.