OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindContours
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvfacedetection.cpp
94
void FaceDetection::
FindContours
(IplImage* imgGray)
126
}// void FaceDetection::
FindContours
(IplImage* imgGray)
290
FindContours
(img);
_cvfacedetection.h
348
void
FindContours
(IplImage* imgGray);
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 552 milliseconds