Lines Matching defs:pB
441 #define CV_BLOB_ID(pB) (((CvBlob*)(pB))->ID) argument
442 #define CV_BLOB_CENTER(pB) cvPoint2D32f(((CvBlob*)(pB))->x,((CvBlob*)(pB))->y) argument
443 #define CV_BLOB_X(pB) (((CvBlob*)(pB))->x) argument
444 #define CV_BLOB_Y(pB) (((CvBlob*)(pB))->y) argument
445 #define CV_BLOB_WX(pB) (((CvBlob*)(pB))->w) argument
446 #define CV_BLOB_WY(pB) (((CvBlob*)(pB))->h) argument
447 #define CV_BLOB_RX(pB) (0.5f*CV_BLOB_WX(pB)) argument
448 #define CV_BLOB_RY(pB) (0.5f*CV_BLOB_WY(pB)) argument
449 #define CV_BLOB_RECT(pB) cvRect(cvRound(((CvBlob*)(pB))->x-CV_BLOB_RX(pB)),cvRound(((CvBlob*)(pB))-… argument
499 virtual void AddBlob(CvBlob* pB) in AddBlob()
525 void* pB = cvGetSeqElem( pSeq, i ); in Load() local
798 CvBlob* pB; in ProcessBlob() local
820 CvBlob* pB = pBlobList->GetBlob(b); in GetConfidenceList() local
835 CvBlob* pB=GetBlob(i-1); in Update() local
847 CvBlob* pB=GetBlob(i-1); in GetBlobIndexByID() local
994 CvBlob* pB=GetBlob(i-1); in GetBlobByID() local