#include "unrrdu.h"
#include "privateUnrrdu.h"
Defines | |
#define | INFO "Merge CCs with their neighbors, under various contraints" |
Functions | |
int | unrrdu_ccmergeMain (int argc, char **argv, char *me, hestParm *hparm) |
UNRRDU_CMD (ccmerge, INFO) | |
Variables | |
char * | _unrrdu_ccmergeInfoL |
#define INFO "Merge CCs with their neighbors, under various contraints" |
int unrrdu_ccmergeMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
UNRRDU_CMD | ( | ccmerge | , | |
INFO | ||||
) |
char* _unrrdu_ccmergeInfoL |
Initial value:
(INFO ". This operates on the output of \"ccfind\". " "Merging of a CC is always done into its largest neighbor. " "Whether or not to merge can be constrained by one or more of: " "CC size (\"-s\"), original CC value being brighter or darker (\"-d\"), " "and number of neighbors (\"-n\"). ")