#include <mexutils.h>
#include <vl/generic.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "samplinthist.tc"
Go to the source code of this file.
Defines | |
#define | PROCESS(SAMPLE, T) |
#define | SFX i |
#define | SFX ui |
#define | SFX d |
#define | SFX f |
#define | T vl_int32 |
#define | T vl_uint32 |
#define | T double |
#define | T float |
Functions | |
void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
SAMPLE (histPt, \ intHistPt, height, width, numLabels, \ boxesPt, numBoxes) ;
#define SFX i |
Definition at line 44 of file vl_sampleinthist.c.
#define SFX ui |
Definition at line 44 of file vl_sampleinthist.c.
#define SFX d |
Definition at line 44 of file vl_sampleinthist.c.
#define SFX f |
Definition at line 44 of file vl_sampleinthist.c.
Definition at line 43 of file vl_sampleinthist.c.
Definition at line 43 of file vl_sampleinthist.c.
#define T double |
Definition at line 43 of file vl_sampleinthist.c.
#define T float |
Definition at line 43 of file vl_sampleinthist.c.
void mexFunction | ( | int nout | , |
mxArray * | out[], | ||
int | nin, | ||
const mxArray * | in[] | ||
) |
Definition at line 48 of file vl_sampleinthist.c.