mexConv2PreserveEnergy.cpp File Reference

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

Include dependency graph for mexConv2PreserveEnergy.cpp:

Go to the source code of this file.

Functions

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


Detailed Description

mexConv2PreserveEnergy - 2d convolution that avoids bleeding energy over the edge.
 result = mexConv2PreserveEnergy(data,filter)
    Convolves data with the 2d (non-separable) filter.
    At the boundary, the value of missing pixels is assumed
    to be equal to the mean over the present pixels
    to avoid border artefacts.

Definition in file mexConv2PreserveEnergy.cpp.


Function Documentation

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

Definition at line 22 of file mexConv2PreserveEnergy.cpp.

References conv2PreserveEnergy(), MexParams::getInput(), and MexParams::setOutput().

Here is the call graph for this function:


Generated on Fri Sep 7 13:09:49 2007 for SaliencyToolbox by  doxygen 1.5.2