#include "sadie.h"
#include "proto.h"
Go to the source code of this file.
Data Structures | |
struct | SEGMENT_DATA |
Defines | |
#define | UP 1 |
#define | DOWN 2 |
#define | LEFT 3 |
#define | RIGHT 4 |
Functions | |
void | LINK_DOUBLETHRESH (IMAGE *thresh1, IMAGE *thresh2, int maxlinkdist, IMAGE **fillgaps, IMAGE **out) |
Variables | |
int ** | x_array_buffer |
int | point |
int | count_point |
|
Definition at line 7 of file link_doublethresh.c. |
|
Definition at line 8 of file link_doublethresh.c. |
|
Definition at line 9 of file link_doublethresh.c. |
|
Definition at line 6 of file link_doublethresh.c. |
|
Definition at line 40 of file link_doublethresh.c. References SEGMENT_DATA::bottomlinkdone, SEGMENT_DATA::bottomx, SEGMENT_DATA::bottomy, brshnm, CHECKIMG, CMPLBL8, count_point, IMAGE::data, GETMEM, IMAGE::gmax, IMAGE::gmin, malloc, MESSAGE, IMAGE::nbnd, IMAGE::nlin, IMAGE::npix, out, point, quicksort, RANGE, RELIMG, rnd, SLEN, IMAGE::text, SEGMENT_DATA::toplinkdone, SEGMENT_DATA::topx, SEGMENT_DATA::topy, and x_array_buffer. |
|
Definition at line 15 of file link_doublethresh.c. Referenced by LINK_DOUBLETHRESH. |
|
Definition at line 14 of file link_doublethresh.c. Referenced by LINK_DOUBLETHRESH. |
|
Definition at line 13 of file link_doublethresh.c. Referenced by LINK_DOUBLETHRESH. |