SAF
Loading...
Searching...
No Matches
safmex_tracker3d.c File Reference

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
 

Detailed Description

MEX wrapper for tracker3d (see the .m file of the same name for documentation)

Author
Leo McCormack
Date
28.08.2020

Definition in file safmex_tracker3d.c.

Function Documentation

◆ mexFunction()

void mexFunction ( int nlhs,
mxArray * plhs[],
int nrhs,
const mxArray * prhs[] )

Definition at line 48 of file safmex_tracker3d.c.

Variable Documentation

◆ hT3d

void* hT3d = NULL

Definition at line 37 of file safmex_tracker3d.c.

◆ nTargets

int nTargets

Definition at line 41 of file safmex_tracker3d.c.

◆ target_IDs

int* target_IDs = NULL

Definition at line 40 of file safmex_tracker3d.c.

◆ target_pos_xyz

float* target_pos_xyz = NULL

Definition at line 38 of file safmex_tracker3d.c.

◆ target_var_xyz

float* target_var_xyz = NULL

Definition at line 39 of file safmex_tracker3d.c.

◆ tpars

Definition at line 34 of file safmex_tracker3d.c.