Searched refs:cvThreshold (Results 1 – 10 of 10) sorted by relevance
/external/opencv/ |
D | cvjni.cpp | 227 cvThreshold( grayImage, binaryImage, THRESHOLD, THRESHOLD_MAX_VALUE, CV_THRESH_BINARY ); in Java_org_siprop_opencv_OpenCV_findContours() 730 cvThreshold( hueImage, thresholdImage1, THRESH_BOTTOM, THRESHOLD_MAX_VALUE, CV_THRESH_BINARY ); 731 cvThreshold( hueImage, thresholdImage2, THRESH_TOP, THRESHOLD_MAX_VALUE, CV_THRESH_BINARY_INV );
|
/external/opencv/cv/src/ |
D | cvfeatureselect.cpp | 151 CV_CALL( cvThreshold( eig, eig, max_val * quality_level, in CV_IMPLEMENT_QSORT()
|
D | cvthresh.cpp | 297 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) in cvThreshold() function
|
D | cvcalibinit.cpp | 314 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY ); in cvFindChessboardCorners() 1809 cvThreshold( image, thresh_img, l, 255, CV_THRESH_BINARY ); in icvGenerateQuadsEx()
|
D | cvcontours.cpp | 320 cvThreshold( mat, mat, 0, 1, CV_THRESH_BINARY ); in cvStartFindContours()
|
D | cvhistogram.cpp | 201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO )); in cvThreshHist()
|
/external/opencv/cvaux/src/ |
D | cvfacedetection.cpp | 120 cvThreshold(imgGray, m_imgThresh, (double)l, (double)255, CV_THRESH_BINARY); in FindContours()
|
D | cvsegment.cpp | 513 cvThreshold( canny, canny, 1, 1, CV_THRESH_BINARY ); in cvSegmentImage()
|
D | cvvecfacetracking.cpp | 310 cvThreshold(img, thresh, colors[i], 255.0, CV_THRESH_BINARY); in FindContours()
|
/external/opencv/cv/include/ |
D | cv.h | 953 CVAPI(double) cvThreshold( const CvArr* src, CvArr* dst, in LOAD_CHDL()
|