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

Go to the source code of this file.
Functions | |
| void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
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.
| 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().

1.5.6