Go to the source code of this file.
Defines | |
#define | greater(a, b) ((a) > (b)+threshold) |
Functions | |
void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
#define greater | ( | a, | |
b | |||
) | ((a) > (b)+threshold) |
file: localmax.c author: Andrea Vedaldi description: Find local maximizer of multi-dimensional array. Matlab driver.
Definition at line 20 of file vl_localmax.c.
void mexFunction | ( | int nout | , |
mxArray * | out[], | ||
int | nin, | ||
const mxArray * | in[] | ||
) |
Definition at line 23 of file vl_localmax.c.