Home
last modified time | relevance | path

Searched refs:cvThreshold (Results 1 – 10 of 10) sorted by relevance

/external/opencv/
Dcvjni.cpp227 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/
Dcvfeatureselect.cpp151 CV_CALL( cvThreshold( eig, eig, max_val * quality_level, in CV_IMPLEMENT_QSORT()
Dcvthresh.cpp297 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) in cvThreshold() function
Dcvcalibinit.cpp314 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY ); in cvFindChessboardCorners()
1809 cvThreshold( image, thresh_img, l, 255, CV_THRESH_BINARY ); in icvGenerateQuadsEx()
Dcvcontours.cpp320 cvThreshold( mat, mat, 0, 1, CV_THRESH_BINARY ); in cvStartFindContours()
Dcvhistogram.cpp201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO )); in cvThreshHist()
/external/opencv/cvaux/src/
Dcvfacedetection.cpp120 cvThreshold(imgGray, m_imgThresh, (double)l, (double)255, CV_THRESH_BINARY); in FindContours()
Dcvsegment.cpp513 cvThreshold( canny, canny, 1, 1, CV_THRESH_BINARY ); in cvSegmentImage()
Dcvvecfacetracking.cpp310 cvThreshold(img, thresh, colors[i], 255.0, CV_THRESH_BINARY); in FindContours()
/external/opencv/cv/include/
Dcv.h953 CVAPI(double) cvThreshold( const CvArr* src, CvArr* dst, in LOAD_CHDL()