Classes
contrib/gel/vdgl/vdgl_fit_lines.h File Reference

a processor for fitting line segments to digital curves More...

#include <vcl_vector.h>
#include <vgl/algo/vgl_fit_lines_2d.h>
#include <vsol/vsol_line_2d_sptr.h>
#include <vdgl/vdgl_digital_curve_sptr.h>
#include <vdgl/vdgl_fit_lines_params.h>

Go to the source code of this file.

Classes

class  vdgl_fit_lines

Detailed Description

a processor for fitting line segments to digital curves

This line fitting algorithm is based on the original Charlie Rothwell detector as ported by FSM in osl. This version does incremental fitting to a chain of points (given as a digital curve) and produces a vcl_vector<vsol_line_2d_sptr>. The actual fitting algorithm is in vgl/algo and therefore should be of wider applicability.

Author:
J.L. Mundy - April 10, 2003
    Modifications
     May 2004 - Peter Vanroose - ported from sdet; removed dependency on vtol
   

Definition in file vdgl_fit_lines.h.