#include <mexutils.h>
#include <vl/generic.h>
#include <vl/mathop.h>
#include <vl/imopv.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "vl_imsmooth.c"
#include <vl/float.th>
#include <vl/host.h>
Go to the source code of this file.
Defines | |
#define | FLT VL_TYPE_FLOAT |
#define | FLT VL_TYPE_DOUBLE |
#define | VL_IMSMOOTH_INSTANTIATING |
#define | VL_IMSMOOTH_INSTANTIATING |
Enumerations | |
enum | { GAUSSIAN, TRIANGULAR } |
enum | { opt_padding = 0, opt_subsample, opt_kernel, opt_verbose } |
Functions | |
void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
Variables | |
vlmxOption | options [] |
#define FLT VL_TYPE_FLOAT |
Definition at line 167 of file vl_imsmooth.c.
#define FLT VL_TYPE_DOUBLE |
Definition at line 167 of file vl_imsmooth.c.
#define VL_IMSMOOTH_INSTANTIATING |
Definition at line 166 of file vl_imsmooth.c.
#define VL_IMSMOOTH_INSTANTIATING |
Definition at line 166 of file vl_imsmooth.c.
anonymous enum |
Definition at line 159 of file vl_imsmooth.c.
anonymous enum |
Definition at line 143 of file vl_imsmooth.c.
void mexFunction | ( | int nout | , |
mxArray * | out[], | ||
int | nin, | ||
const mxArray * | in[] | ||
) |
Definition at line 171 of file vl_imsmooth.c.
{ {"Padding", 1, opt_padding }, {"Verbose", 0, opt_verbose }, {"Subsample", 1, opt_subsample }, {"Kernel", 1, opt_kernel }, {0, 0, 0 } }
Definition at line 151 of file vl_imsmooth.c.