Home
last modified time | relevance | path

Searched refs:CvBlobSeq (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/include/
Dcvvidsurv.hpp454 class CV_EXPORTS CvBlobSeq class
457 CvBlobSeq(int BlobSize = sizeof(CvBlob)) in CvBlobSeq() function in CvBlobSeq
463 virtual ~CvBlobSeq() in ~CvBlobSeq()
544 CvBlobSeq* pBlobSeq;
608 N.pBlobSeq = new CvBlobSeq; in AddBlobTrack()
631 …virtual int DetectNewBlob(IplImage* pImg, IplImage* pImgFG, CvBlobSeq* pNewBlobList, CvBlobSeq* pO…
685 void Detect( const CvArr* /*img*/, /* out */ CvBlobSeq* /*detected_blob_seq*/ = 0 ) {}; in Detect() argument
733 IplImage* Draw( const CvArr* src, CvBlobSeq* blob_seq = 0, const CvSeq* roi_seq = 0 );
814 virtual double GetConfidenceList(CvBlobSeq* pBlobList, IplImage* pImg, IplImage* pImgFG = NULL) in GetConfidenceList()