Main Page   Data Structures   File List   Data Fields   Globals  

hough.c File Reference

#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


Define Documentation

#define FALSE   0
 

Definition at line 6 of file hough.c.

Referenced by HOUGH.

#define TRUE   1
 

Definition at line 7 of file hough.c.

Referenced by HOUGH.


Function Documentation

void HOUGH IMAGE   in,
int    threshold,
int    rhobins,
int    thetabins,
IMAGE **    param,
IMAGE **    out
 

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.


Variable Documentation

int count_point
 

Definition at line 12 of file hough.c.

Referenced by HOUGH.

int point
 

Definition at line 11 of file hough.c.

Referenced by HOUGH.

int** x_array_buffer
 

Definition at line 10 of file hough.c.

Referenced by HOUGH.


Generated on Wed Apr 9 08:56:18 2003 for TREES by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002