OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_imgThresh
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfacedetection.cpp
62
m_imgThresh
= NULL;
82
if (
m_imgThresh
)
83
cvReleaseImage(&
m_imgThresh
);
96
ReallocImage(&
m_imgThresh
, cvGetSize(imgGray), 1);
97
if (NULL ==
m_imgThresh
)
120
cvThreshold(imgGray,
m_imgThresh
, (double)l, (double)255, CV_THRESH_BINARY);
121
if (cvFindContours(
m_imgThresh
, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE))
_cvfacedetection.h
336
IplImage*
m_imgThresh
;
Completed in 40 milliseconds