#include "mexLog.h"#include "Image.h"#include "MexParams.h"

Go to the source code of this file.
Functions | |
| void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
mexLocalMaxima - returns statistics over local maxima.
[lm_avg,lm_num,lm_sum] = mexLocalMaxima(data,thresh)
Returns the average value (lm_avg), the number (lm_num),
and the sum (lm_sum) of local maxima in data that exceed thresh.
See also maxNormalizeStd.
Definition in file mexLocalMaxima.cpp.
| void mexFunction | ( | int | nlhs, | |
| mxArray * | plhs[], | |||
| int | nrhs, | |||
| const mxArray * | prhs[] | |||
| ) |
Definition at line 21 of file mexLocalMaxima.cpp.
References MexParams::getInput(), MexParams::getScalarInput(), and MexParams::setScalarOutput().

1.5.6