OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CvContourRect
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfacedetection.cpp
114
m_seqRects = cvCreateSeq(0, sizeof(CvSeq), sizeof(
CvContourRect
), m_mstgRects);
253
CvContourRect
cr;
284
return (((
CvContourRect
*)el1)->pCenter.y - ((
CvContourRect
*)el2)->pCenter.y);
312
CvContourRect
* pRect = (
CvContourRect
*)cvGetSeqElem(m_seqRects, i);
327
CvContourRect
* pRect = (
CvContourRect
*)cvGetSeqElem(m_seqRects, j);
390
CvContourRect
* pRect = (
CvContourRect
*)cvGetSeqElem(m_seqRects, i)
[
all
...]
_cvfacedetection.h
204
typedef struct
CvContourRect
214
}
CvContourRect
;
Completed in 1187 milliseconds