#include "sadie.h"
#include "proto.h"
Go to the source code of this file.
Defines | |
#define | FALSE 0 |
#define | TRUE 1 |
Functions | |
void | HOUGH (IMAGE *in, int threshold, int rhobins, int thetabins, IMAGE **param, IMAGE **out) |
Variables | |
int ** | x_array_buffer |
int | point |
int | count_point |
|
Definition at line 6 of file hough.c. Referenced by HOUGH. |
|
Definition at line 7 of file hough.c. Referenced by HOUGH. |
|
Definition at line 24 of file hough.c. References brshnm, CHECKIMG, count_point, IMAGE::data, FALSE, GETMEM, IMAGE::gmin, malloc, MESSAGE, IMAGE::nbnd, IMAGE::nlin, IMAGE::npix, out, point, RANGE, rnd, SLEN, IMAGE::text, TRUE, and x_array_buffer. |
|
Definition at line 12 of file hough.c. Referenced by HOUGH. |
|
Definition at line 11 of file hough.c. Referenced by HOUGH. |
|
Definition at line 10 of file hough.c. Referenced by HOUGH. |