mexopencv  3.4.1
MEX interface for OpenCV library
Functions
DetectionBasedTracker_.cpp File Reference

mex interface for cv::DetectionBasedTracker More...

#include "mexopencv.hpp"
#include "opencv2/objdetect.hpp"

Go to the source code of this file.

Functions

void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
 mexFunction is the user-defined C routine that is called upon invocation of a MEX-function. More...
 

Detailed Description

mex interface for cv::DetectionBasedTracker

Author
Amro
Date
2015

Definition in file DetectionBasedTracker_.cpp.

Function Documentation

◆ mexFunction()

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

mexFunction is the user-defined C routine that is called upon invocation of a MEX-function.

Parameters
nlhsnumber of expected outputs
plhsarray of pointers to output arguments
nrhsnumber of inputs
prhsarray of pointers to input arguments

mexFunction is the user-defined C routine that is called upon invocation of a MEX-function.

Parameters
nlhsnumber of left-hand-side arguments
plhspointers to mxArrays in the left-hand-side
nrhsnumber of right-hand-side arguments
prhspointers to mxArrays in the right-hand-side

Definition at line 280 of file DetectionBasedTracker_.cpp.