#include "unrrdu.h"#include "privateUnrrdu.h"

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 INFO "Euclidean distance transform" |
| UNRRDU_CMD | ( | dist | , | |
| INFO | ||||
| ) |
| int unrrdu_distMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _unrrdu_distInfoL |
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.")
1.5.6