OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nRects
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvvecfacetracking.cpp
345
int
nRects
= m_seqRects->total;
349
for (i = 0; i <
nRects
; i++)
354
for (j = i + 1; j <
nRects
; j++)
427
cvInitFaceTracker(CvFaceTracker* pFaceTracker, const IplImage* imgGray, CvRect* pRects, int
nRects
)
431
_ASSERT(
nRects
>= NUM_FACE_ELEMENTS);
434
(
nRects
< NUM_FACE_ELEMENTS))
448
}//CvFaceTracker* InitFaceTracker(IplImage* imgGray, CvRect* pRects, int
nRects
)
461
cvTrackFace(CvFaceTracker* pFaceTracker, IplImage* imgGray, CvRect* pRects, int
nRects
, CvPoint* ptRotate, double* dbAngleRotate)
465
_ASSERT(NULL != pRects &&
nRects
>= NUM_FACE_ELEMENTS);
607
for (int i = 0; i < NUM_FACE_ELEMENTS && i <
nRects
; i++
[
all
...]
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
Completed in 21 milliseconds