#include <gandalf/vision/modified_fht2D.h>
#include <gandalf/common/memory_stack.h>
#include <gandalf/common/misc_error.h>
#include <gandalf/common/numerics.h>
Classes | |
struct | FHT_Path |
Typedefs | |
typedef FHT_Path | FHT_Path |
Functions | |
Gan_Bool | gan_modified_fht2D (double *x, double *y, int *weight, int no_points, double m_range, double c_range, double c_root, int max_level, int T_thres, Gan_MemoryStack *memory_stack, double *m_best, double *c_best, int *level_best, int *accum_best, Gan_BitArray *list_best) |
General purpose FHT line finder function. |
Part of: Gandalf Library