Main Page | Modules | Class List | File List | Class Members | File Members

fast_hough_transform.c File Reference

#include <gandalf/vision/fast_hough_transform.h>
#include <math.h>
#include <stdio.h>
#include <gandalf/common/memory_stack.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/numerics.h>
#include <gandalf/common/misc_error.h>

Classes

struct  FHT_Path

Defines

#define DEBUG   1
#define gel(M, i, j)   gan_mat_get_el(M,i,j)

Typedefs

typedef FHT_Path FHT_Path

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.

Detailed Description

Module: Fast Hough Transform implentation

Part of: Gandalf Library

Version:
1.5
Date:
2005/10/18 22:01:51
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:51 2006 by  doxygen 1.3.9.1