contrib/gel/vdgl/vdgl_fit_line.h
Go to the documentation of this file.
00001 // This is gel/vdgl/vdgl_fit_line.h
00002 #ifndef vdgl_fit_line_h
00003 #define vdgl_fit_line_h
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \brief Fits a line to a set of 2D points given as a vdgl_edgel_chain
00010 
00011 #include <vdgl/vdgl_edgel_chain.h>
00012 #include <vsol/vsol_line_2d_sptr.h>
00013 
00014 vsol_line_2d_sptr vdgl_fit_line(vdgl_edgel_chain &chain);
00015 
00016 #endif // vdgl_fit_line_h