opencv 2.2.0
|
#include <blobtrack.hpp>
Public Member Functions | |
CvFGDetector () | |
virtual IplImage * | GetMask ()=0 |
virtual void | Process (IplImage *pImg)=0 |
virtual void | Release ()=0 |
CvFGDetector::CvFGDetector | ( | ) |
virtual IplImage* CvFGDetector::GetMask | ( | ) | [pure virtual] |
virtual void CvFGDetector::Process | ( | IplImage * | pImg | ) | [pure virtual] |
virtual void CvFGDetector::Release | ( | ) | [pure virtual] |
Implements CvVSModule.