OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lpContour
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfacetemplate.cpp
51
m_lpContour
= lpContour;
58
if (
m_lpContour
)
59
delete (char*)
m_lpContour
;
64
m_lpContour
= NULL;
_cvfacedetection.h
66
void *
m_lpContour
;
82
return
m_lpContour
;
92
m_lpContour
= lpContour;
Completed in 51 milliseconds