Classes
contrib/brl/bseg/sdet/sdet_fit_conics.h File Reference

a processor for fitting conic segments to edges More...

#include <vcl_vector.h>
#include <vgl/algo/vgl_fit_conics_2d.h>
#include <vsol/vsol_conic_2d_sptr.h>
#include <vtol/vtol_edge_2d_sptr.h>
#include <sdet/sdet_fit_conics_params.h>

Go to the source code of this file.

Classes

class  sdet_fit_conics

Detailed Description

a processor for fitting conic segments to edges

This version does incremental fitting to a chain of points and produces a vcl_vector<vgl_conic_segments_2d>. The actual fitting algorithm is in vgl/algo and therefore should be of wider applicability.

Author:
J.L. Mundy - June 22, 2005
    Modifications
     <none>
   

Definition in file sdet_fit_conics.h.