#include <blobtrack.hpp>
Inherits CvVSModule.
|
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) |
|
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 *) |
|
virtual void CvBlobTrackerOne::Release |
( |
| ) |
|
|
pure virtual |
virtual void CvBlobTrackerOne::SetCollision |
( |
int |
| ) |
|
|
virtual |
int CvVSModule::IsParam |
( |
const char * |
name | ) |
|
|
protectedinherited |
void CvVSModule::AddParam |
( |
const char * |
name, |
|
|
double * |
pAddr |
|
) |
| |
|
protectedinherited |
void CvVSModule::AddParam |
( |
const char * |
name, |
|
|
float * |
pAddr |
|
) |
| |
|
protectedinherited |
void CvVSModule::AddParam |
( |
const char * |
name, |
|
|
int * |
pAddr |
|
) |
| |
|
protectedinherited |
void CvVSModule::AddParam |
( |
const char * |
name, |
|
|
const char ** |
pAddr |
|
) |
| |
|
protectedinherited |
void CvVSModule::AddParam |
( |
const char * |
name | ) |
|
|
protectedinherited |
void CvVSModule::CommentParam |
( |
const char * |
name, |
|
|
const char * |
pComment |
|
) |
| |
|
protectedinherited |
void CvVSModule::SetTypeName |
( |
const char * |
name | ) |
|
|
protectedinherited |
void CvVSModule::SetModuleName |
( |
const char * |
name | ) |
|
|
protectedinherited |
void CvVSModule::DelParam |
( |
const char * |
name | ) |
|
|
protectedinherited |
const char* CvVSModule::GetParamName |
( |
int |
index | ) |
|
|
inherited |
const char* CvVSModule::GetParamComment |
( |
const char * |
name | ) |
|
|
inherited |
double CvVSModule::GetParam |
( |
const char * |
name | ) |
|
|
inherited |
const char* CvVSModule::GetParamStr |
( |
const char * |
name | ) |
|
|
inherited |
void CvVSModule::SetParam |
( |
const char * |
name, |
|
|
double |
val |
|
) |
| |
|
inherited |
void CvVSModule::SetParamStr |
( |
const char * |
name, |
|
|
const char * |
str |
|
) |
| |
|
inherited |
void CvVSModule::TransferParamsFromChild |
( |
CvVSModule * |
pM, |
|
|
const char * |
prefix = NULL |
|
) |
| |
|
inherited |
void CvVSModule::TransferParamsToChild |
( |
CvVSModule * |
pM, |
|
|
char * |
prefix = NULL |
|
) |
| |
|
inherited |
virtual void CvVSModule::ParamUpdate |
( |
| ) |
|
|
virtualinherited |
const char* CvVSModule::GetTypeName |
( |
| ) |
|
|
inherited |
int CvVSModule::IsModuleTypeName |
( |
const char * |
name | ) |
|
|
inherited |
char* CvVSModule::GetModuleName |
( |
| ) |
|
|
inherited |
int CvVSModule::IsModuleName |
( |
const char * |
name | ) |
|
|
inherited |
void CvVSModule::SetNickName |
( |
const char * |
pStr | ) |
|
|
inherited |
const char* CvVSModule::GetNickName |
( |
| ) |
|
|
inherited |
The documentation for this class was generated from the following file: