#include "unrrdu.h"
#include "privateUnrrdu.h"
Defines | |
#define | INFO "Filtering and {up,down}sampling with a seperable kernel" |
Functions | |
int | unrrdu_resampleMain (int argc, char **argv, char *me, hestParm *hparm) |
UNRRDU_CMD (resample, INFO) | |
Variables | |
char * | _unrrdu_resampleInfoL |
#define INFO "Filtering and {up,down}sampling with a seperable kernel" |
UNRRDU_CMD | ( | resample | , | |
INFO | ||||
) |
int unrrdu_resampleMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _unrrdu_resampleInfoL |
Initial value:
(INFO ". Provides simplified access to nrrdSpatialResample() " "by assuming (among other things) that the same kernel " "is used for resampling " "every axis (every axis which is being resampled), and " "by assuming that the whole axis is being resampled " "(no cropping or padding). Chances are, you should " "use defaults for \"-b\" and \"-v\" and worry only " "about the \"-s\" and \"-k\" options. This resampling " "respects the difference between cell- and " "node-centered data.")