|
SAF
|
MEX wrapper for tracker3d (see the .m file of the same name for documentation) More...
#include "safmex.h"Go to the source code of this file.
Functions | |
| void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
Variables | |
| tracker3d_config | tpars |
| void * | hT3d = NULL |
| float * | target_pos_xyz = NULL |
| float * | target_var_xyz = NULL |
| int * | target_IDs = NULL |
| int | nTargets |
MEX wrapper for tracker3d (see the .m file of the same name for documentation)
Definition in file safmex_tracker3d.c.
| void mexFunction | ( | int | nlhs, |
| mxArray * | plhs[], | ||
| int | nrhs, | ||
| const mxArray * | prhs[] ) |
Definition at line 48 of file safmex_tracker3d.c.
| void* hT3d = NULL |
Definition at line 37 of file safmex_tracker3d.c.
| int nTargets |
Definition at line 41 of file safmex_tracker3d.c.
| int* target_IDs = NULL |
Definition at line 40 of file safmex_tracker3d.c.
| float* target_pos_xyz = NULL |
Definition at line 38 of file safmex_tracker3d.c.
| float* target_var_xyz = NULL |
Definition at line 39 of file safmex_tracker3d.c.
| tracker3d_config tpars |
Definition at line 34 of file safmex_tracker3d.c.