#include <math.h>
#include <float.h>
#include <gandalf/vision/orthog_line.h>
#include <gandalf/common/numerics.h>
#include <gandalf/common/misc_error.h>
#include <gandalf/common/compare.h>
#include <gandalf/common/allocate.h>
Functions | |
Gan_LineFeatureMap * | gan_orthog_line_q (Gan_EdgeFeatureMap *edge_map, unsigned min_length, unsigned cut_size, float rms_error_thres, Gan_LocalFeatureMapParams *lpms, Gan_Bool copy_points, Gan_LineFeatureMap *line_map, void(*set_progress)(void *, unsigned), void *progress_obj) |
Computes image lines using an orthogonal regression algorithm. |
Part of: Gandalf Library