OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindContours
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfacedetection.cpp
94
void FaceDetection::
FindContours
(IplImage* imgGray)
126
}// void FaceDetection::
FindContours
(IplImage* imgGray)
290
FindContours
(img);
cvvecfacetracking.cpp
224
void
FindContours
(IplImage* img, IplImage* thresh, int nLayers, int dMinSize);
236
FindContours
(img, thresh, nLayers, dMinSize / 4);
265
void CvFaceElement::
FindContours
(IplImage* img, IplImage* thresh, int nLayers, int dMinSize)
341
}//void CvFaceElement::
FindContours
(IplImage* img, IplImage* thresh, int nLayers)
[
all
...]
Completed in 39 milliseconds