OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lpFeaturesList
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
_cvfacedetection.h
105
FaceTemplate(long lFeatureCount) {m_lFeaturesCount = lFeatureCount;
m_lpFeaturesList
= new FaceFeature[lFeatureCount];};
112
FaceFeature *
m_lpFeaturesList
;
126
return
m_lpFeaturesList
;
169
m_lpFeaturesList
[0].SetContour(lpMouthRect);
170
m_lpFeaturesList
[0].SetWeight(1);
171
m_lpFeaturesList
[0].SetFeature(false);
176
m_lpFeaturesList
[1].SetContour(lpLeftEyeRect);
177
m_lpFeaturesList
[1].SetWeight(1);
178
m_lpFeaturesList
[1].SetFeature(true);
182
m_lpFeaturesList
[2].SetContour(lpRightEyeRect)
[
all
...]
cvfacetemplate.cpp
74
delete []
m_lpFeaturesList
;
Completed in 61 milliseconds