#include <gandalf/vision/line_feature.h>
#include <gandalf/vision/edge_feature.h>
Go to the source code of this file.
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) |
Computes image lines using an orthogonal regression algorithm. | |
Gan_LineFeatureMap * | gan_orthog_line_s (Gan_EdgeFeatureMap *edge_map, unsigned min_length, unsigned cut_size, float rms_error_thres, Gan_LocalFeatureMapParams *lpms, Gan_Bool copy_points) |
Macro: Computes image lines using an orthogonal regression algorithm. |
Part of: Gandalf Library
Revision: Last edited: Author:
Copyright: (c) 2000 Imagineer Software Limited
|
Computes image lines using an orthogonal regression algorithm.
|