Teem 1.10.0
src/unrrdu/dist.c File Reference
#include "unrrdu.h"
#include "privateUnrrdu.h"
Include dependency graph for dist.c:

Defines

#define INFO   "Euclidean distance transform"

Functions

int unrrdu_distMain (int argc, char **argv, char *me, hestParm *hparm)
 UNRRDU_CMD (dist, INFO)

Variables

char * _unrrdu_distInfoL

Define Documentation

#define INFO   "Euclidean distance transform"

Function Documentation

UNRRDU_CMD ( dist  ,
INFO   
)
int unrrdu_distMain ( int  argc,
char **  argv,
char *  me,
hestParm hparm 
)

Variable Documentation

Initial value:
 
(INFO
 ". Based on \"Distance Transforms of Sampled Functions\" by "
 "Pedro F. Felzenszwalb and Daniel P. Huttenlocher, "
 "Cornell Computing and Information Science TR2004-1963. "
 "This function first thresholds at the specified value and then "
 "does the distance transform of the resulting binary image. "
 "The signed distance (negative values inside object) is also available. "
 "Distances between non-isotropic samples are handled correctly.")