Defines | Enumerations | Functions | Variables
vl_imsmooth.c File Reference
#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>
Include dependency graph for vl_imsmooth.c:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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.

Definition at line 166 of file vl_imsmooth.c.

Definition at line 166 of file vl_imsmooth.c.


Enumeration Type Documentation

anonymous enum
Enumerator:
GAUSSIAN 
TRIANGULAR 

Definition at line 159 of file vl_imsmooth.c.

anonymous enum
Enumerator:
opt_padding 
opt_subsample 
opt_kernel 
opt_verbose 

Definition at line 143 of file vl_imsmooth.c.


Function Documentation

void mexFunction ( int nout  ,
mxArray *  out[],
int  nin,
const mxArray *  in[] 
)

Definition at line 171 of file vl_imsmooth.c.


Variable Documentation

Initial value:
 {
{"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.



libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:52