Defines | Enumerations | Functions | Variables
vl_hikmeanspush.c File Reference
#include <mexutils.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <assert.h>
#include <vl/hikmeans.h>
#include <vl/generic.h>
Include dependency graph for vl_hikmeanspush.c:

Go to the source code of this file.

Defines

#define NFIELDS(field_names)   (sizeof(field_names)/sizeof(*field_names))

Enumerations

enum  { opt_method, opt_verbose }

Functions

static VlHIKMTreematlab_to_hikm (mxArray const *mtree, int method_type)
void mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[])
 MEX driver entry point.
static VlHIKMNodexcreate (VlHIKMTree *tree, mxArray const *mnode, int i)

Variables

vlmxOption options []

Define Documentation

#define NFIELDS (   field_names)    (sizeof(field_names)/sizeof(*field_names))

Definition at line 39 of file vl_hikmeanspush.c.


Enumeration Type Documentation

anonymous enum
Enumerator:
opt_method 
opt_verbose 

Definition at line 28 of file vl_hikmeanspush.c.


Function Documentation

static VlHIKMTree* matlab_to_hikm ( mxArray const *  mtree,
int  method_type 
) [static]

------------------------------------------------------------------

Definition at line 112 of file vl_hikmeanspush.c.

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

MEX driver entry point.

Definition at line 153 of file vl_hikmeanspush.c.

static VlHIKMNode* xcreate ( VlHIKMTree tree,
mxArray const *  mnode,
int  i 
) [static]

------------------------------------------------------------------

Definition at line 48 of file vl_hikmeanspush.c.


Variable Documentation

Initial value:
 {
  {"Method",       1,   opt_method      },
  {"Verbose",      0,   opt_verbose     },
  {0,              0,   0               }
}

Definition at line 33 of file vl_hikmeanspush.c.



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