#include <blobtrack.hpp>
Public Member Functions | |
| CvObjectDetector (const char *=0) | |
| ~CvObjectDetector () | |
| bool | Load (const char *=0) |
| CvSize | GetMinWindowSize () const |
| int | GetMaxBorderSize () const |
| void | Detect (const CvArr *, CvBlobSeq *=0) |
Protected Attributes | |
| class CvObjectDetectorImpl * | impl |
| CvObjectDetector::CvObjectDetector | ( | const char * | = 0 | ) |
| CvObjectDetector::~CvObjectDetector | ( | ) |
| int CvObjectDetector::GetMaxBorderSize | ( | ) | const |
| CvSize CvObjectDetector::GetMinWindowSize | ( | ) | const |
| bool CvObjectDetector::Load | ( | const char * | = 0 | ) |
|
protected |