Main Page   Data Structures   File List   Data Fields   Globals  

link_doublethresh.c File Reference

#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


Define Documentation

#define DOWN   2
 

Definition at line 7 of file link_doublethresh.c.

#define LEFT   3
 

Definition at line 8 of file link_doublethresh.c.

#define RIGHT   4
 

Definition at line 9 of file link_doublethresh.c.

#define UP   1
 

Definition at line 6 of file link_doublethresh.c.


Function Documentation

void LINK_DOUBLETHRESH IMAGE   thresh1,
IMAGE   thresh2,
int    maxlinkdist,
IMAGE **    fillgaps,
IMAGE **    out
 

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.


Variable Documentation

int count_point
 

Definition at line 15 of file link_doublethresh.c.

Referenced by LINK_DOUBLETHRESH.

int point
 

Definition at line 14 of file link_doublethresh.c.

Referenced by LINK_DOUBLETHRESH.

int** x_array_buffer
 

Definition at line 13 of file link_doublethresh.c.

Referenced by LINK_DOUBLETHRESH.


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