mexLocalMaxima.cpp File Reference

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

Include dependency graph for mexLocalMaxima.cpp:

Go to the source code of this file.

Functions

void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])


Detailed Description

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.


Function Documentation

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().

Here is the call graph for this function:


Generated on Mon Aug 4 21:50:54 2008 for SaliencyToolbox by  doxygen 1.5.6