#include <blobtrack.hpp>
|
virtual void | Init (CvBlob *pBlobInit, IplImage *pImg, IplImage *pImgFG=NULL)=0 |
|
virtual CvBlob * | Process (CvBlob *pBlobPrev, IplImage *pImg, IplImage *pImgFG=NULL)=0 |
|
virtual void | Release ()=0 |
|
virtual void | SkipProcess (CvBlob *, IplImage *, IplImage *=NULL) |
|
virtual void | Update (CvBlob *, IplImage *, IplImage *=NULL) |
|
virtual void | SetCollision (int) |
|
virtual double | GetConfidence (CvBlob *, IplImage *, IplImage *=NULL, IplImage *=NULL) |
|
| CvVSModule () |
|
virtual | ~CvVSModule () |
|
const char * | GetParamName (int index) |
|
const char * | GetParamComment (const char *name) |
|
double | GetParam (const char *name) |
|
const char * | GetParamStr (const char *name) |
|
void | SetParam (const char *name, double val) |
|
void | SetParamStr (const char *name, const char *str) |
|
void | TransferParamsFromChild (CvVSModule *pM, const char *prefix=NULL) |
|
void | TransferParamsToChild (CvVSModule *pM, char *prefix=NULL) |
|
virtual void | ParamUpdate () |
|
const char * | GetTypeName () |
|
int | IsModuleTypeName (const char *name) |
|
char * | GetModuleName () |
|
int | IsModuleName (const char *name) |
|
void | SetNickName (const char *pStr) |
|
const char * | GetNickName () |
|
virtual void | SaveState (CvFileStorage *) |
|
virtual void | LoadState (CvFileStorage *, CvFileNode *) |
|
§ GetConfidence()
§ Init()
§ Process()
§ Release()
virtual void CvBlobTrackerOne::Release |
( |
| ) |
|
|
pure virtual |
§ SetCollision()
virtual void CvBlobTrackerOne::SetCollision |
( |
int |
| ) |
|
|
inlinevirtual |
§ SkipProcess()
§ Update()
The documentation for this class was generated from the following file: