Searched refs:GetBlobIndexByID (Results 1 – 1 of 1) sorted by relevance
821 int BI = GetBlobIndexByID(pB->ID); in GetConfidenceList()842 virtual int GetBlobIndexByID(int BlobID) in GetBlobIndexByID() function in CvBlobTracker854 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()