mexGaussianSubsample.cpp File Reference

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

Include dependency graph for mexGaussianSubsample.cpp:

Go to the source code of this file.

Functions

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


Detailed Description

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.


Function Documentation

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

Here is the call graph for this function:


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