OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lplFaceFeaturesCount
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvface.cpp
54
m_lplFaceFeaturesCount
= new long[m_lFaceFeaturesNumber];
55
memset(
m_lplFaceFeaturesCount
,0,m_lFaceFeaturesNumber*sizeof(long));
82
delete []
m_lplFaceFeaturesCount
;
217
for (int i = 0;i <
m_lplFaceFeaturesCount
[0] + 1;i ++)
220
if ( !
m_lplFaceFeaturesCount
[0] )
224
if ( i !=
m_lplFaceFeaturesCount
[0] )
230
for (int j = 0;j <
m_lplFaceFeaturesCount
[1] + 1;j ++)
233
if ( !
m_lplFaceFeaturesCount
[1] )
237
if (j !=
m_lplFaceFeaturesCount
[1] )
243
for (int k = 0;k <
m_lplFaceFeaturesCount
[2] + 1;k ++
[
all
...]
_cvfacedetection.h
233
long *
m_lplFaceFeaturesCount
;//number of each features fouded for this face
246
if (
m_lplFaceFeaturesCount
[i] < 3*MAX_LAYERS)
254
m_lppFoundedFaceFeatures[i][
m_lplFaceFeaturesCount
[i]].SetWeight(dWeight);
255
m_lppFoundedFaceFeatures[i][
m_lplFaceFeaturesCount
[i]].SetContour(lpElem);
256
m_lppFoundedFaceFeatures[i][
m_lplFaceFeaturesCount
[i]].SetFeature(bIsFeature);
257
m_lplFaceFeaturesCount
[i] ++;
Completed in 113 milliseconds