#include <blobtrack.hpp>
Inherits CvVSModule.
CvBlobTrackFVGen::CvBlobTrackFVGen |
( |
| ) |
|
virtual void CvBlobTrackFVGen::AddBlob |
( |
CvBlob * |
pBlob | ) |
|
|
pure virtual |
virtual void CvBlobTrackFVGen::Release |
( |
| ) |
|
|
pure virtual |
virtual int CvBlobTrackFVGen::GetFVSize |
( |
| ) |
|
|
pure virtual |
virtual int CvBlobTrackFVGen::GetFVNum |
( |
| ) |
|
|
pure virtual |
virtual float* CvBlobTrackFVGen::GetFV |
( |
int |
index, |
|
|
int * |
pFVID |
|
) |
| |
|
pure virtual |
virtual float* CvBlobTrackFVGen::GetFVVar |
( |
| ) |
|
|
virtual |
virtual float* CvBlobTrackFVGen::GetFVMin |
( |
| ) |
|
|
pure virtual |
virtual float* CvBlobTrackFVGen::GetFVMax |
( |
| ) |
|
|
pure 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: