Home
last modified time | relevance | path

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

/external/opencv/cvaux/include/
Dcvvidsurv.hpp821 int BI = GetBlobIndexByID(pB->ID); in GetConfidenceList()
842 virtual int GetBlobIndexByID(int BlobID) in GetBlobIndexByID() function in CvBlobTracker
854 virtual CvBlob* GetBlobByID(int BlobID){return GetBlob(GetBlobIndexByID(BlobID));}; in GetBlobByID()
857 virtual void DelBlobByID(int BlobID){DelBlob(GetBlobIndexByID(BlobID));}; in DelBlobByID()
865 SetBlob(GetBlobIndexByID(BlobID),pBlob); in SetBlobByID()