a processor for fitting line segments to edges More...
#include <vcl_vector.h>
#include <vgl/algo/vgl_fit_lines_2d.h>
#include <vsol/vsol_line_2d_sptr.h>
#include <vtol/vtol_edge_2d_sptr.h>
#include <vgl/vgl_line_segment_2d.h>
#include <sdet/sdet_fit_lines_params.h>
Go to the source code of this file.
Classes | |
class | sdet_fit_lines |
a processor for fitting line segments to edges
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 and produces a vcl_vector<vgl_line_segments_2d>. The actual fitting algorithm is in vgl/algo and therefore should be of wider applicability.
Modifications <none>
Definition in file sdet_fit_lines.h.