Home
last modified time | relevance | path

Searched refs:m_lpContour (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvfacetemplate.cpp51 m_lpContour = lpContour; in FaceFeature()
58 if (m_lpContour) in ~FaceFeature()
59 delete (char*)m_lpContour; in ~FaceFeature()
64 m_lpContour = NULL; in FaceFeature()
D_cvfacedetection.h66 void * m_lpContour; variable
82 return m_lpContour; in GetContour()
92 m_lpContour = lpContour; in SetContour()