#include <math.h>
#include "../nrrd.h"
Defines |
| #define | CONVO "convo" |
Functions |
| int | convoFunc (Nrrd *nout, Nrrd *_nimg, Nrrd *_nmask, int renorm, int crop) |
| int | main (int argc, char *argv[]) |
Variables |
| char * | convoInfo = ("Good for convolution of two 2-D nrrd, and nothing else.") |
Define Documentation
Function Documentation
| int convoFunc |
( |
Nrrd * |
nout, |
|
|
Nrrd * |
_nimg, |
|
|
Nrrd * |
_nmask, |
|
|
int |
renorm, |
|
|
int |
crop |
|
) |
| |
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Variable Documentation
| char* convoInfo = ("Good for convolution of two 2-D nrrd, and nothing else.") |