#include <gandalf/common/bit_array.h>
#include <gandalf/linalg/mat_gen.h>
Go to the source code of this file.
Functions | |
Gan_Bool | gan_fast_hough_transform (int k, Gan_Matrix *a, int *weight, int no_points, double *S0, double *X0, int max_level, int T_thres, Gan_MemoryStack *memory_stack, double *X_best, int *level_best, int *accum_best, Gan_BitArray *list_best, int *subdivs) |
General purpose Fast Hough Transform (FHT) function. |
Part of: Gandalf Library