OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListElem
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
_cvfacedetection.h
299
class
ListElem
302
ListElem
();
303
ListElem
(Face * pFace,
ListElem
* pHead);
304
virtual ~
ListElem
();
305
ListElem
* m_pNext;
306
ListElem
* m_pPrev;
308
};//class
ListElem
319
ListElem
* m_pHead;
320
ListElem
* m_pCurElem
[
all
...]
cvfacedetection.cpp
429
ListElem
::
ListElem
()
434
}///
ListElem
::
ListElem
()
436
ListElem
::
ListElem
(Face * pFace,
ListElem
* pHead)
444
}//
ListElem
::
ListElem
(Face * pFace)
448
ListElem
::~ListElem(
[
all
...]
Completed in 57 milliseconds