Searched refs:CvTrackingRect (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp64 struct CvTrackingRect;
68 int ChoiceTrackingFace3(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy);
69 int ChoiceTrackingFace2(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy, int noel);
70 inline int GetEnergy(CvTrackingRect** ppNew, const CvTrackingRect* pPrev, CvPoint* ptTempl, CvRect* rTempl);
71 inline int GetEnergy2(CvTrackingRect** ppNew, const CvTrackingRect* pPrev, CvPoint* ptTempl, CvRect* rTempl, int* element);
80 struct CvTrackingRect struct
91 CvTrackingRect() { memset(this, 0, sizeof(CvTrackingRect)); }; function in struct:CvTrackingRect
[all...]

Completed in 56 milliseconds