9 void srandom(
unsigned int seed);
    18 void get_angles(
tfloat *a1, 
tfloat *a2, 
tfloat *a3, 
tfloat xr, 
tfloat yr, 
tfloat or, 
tfloat x1, 
tfloat y1, 
tfloat x2, 
tfloat y2, 
tfloat x3, 
tfloat y3);
    41                                           int method, 
tfloat sigmaAngle, 
tfloat sigmaBeacon, 
unsigned int n, 
int outputType, 
double thresh);
    47 int writePGM( 
tfloat image[] , 
unsigned int width , 
unsigned int height , 
unsigned int Max , 
char* fileName );
    48 int writePPM( 
tfloat image[] , 
unsigned int width , 
unsigned int height , 
unsigned int Max , 
char* fileName );
    49 color mapRGB( 
double v , 
double vmin , 
double vmax );
 
double tfloat
Defines the type for float/double.