#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[]) |
mexGaussianSubsample - smooths and subsamples image. result = mexGaussianSubsample(image) Convolves image with a 6x6 separable Gaussian kernel and subsamples by a factor of two all in one integrated operation. See also makeDyadicPyramid, makeSqrt2Pyramid, makeGaussianPyramid.
Definition in file mexGaussianSubsample.cpp.
void mexFunction | ( | int | nlhs, | |
mxArray * | plhs[], | |||
int | nrhs, | |||
const mxArray * | prhs[] | |||
) |
Definition at line 23 of file mexGaussianSubsample.cpp.
References MexParams::getInput(), lowPass6xDecX(), lowPass6yDecY(), and MexParams::setOutput().