Searched refs:cvThreshold (Results 1 - 18 of 18) sorted by relevance

/external/opencv3/modules/calib3d/src/
H A Dcheckchessboard.cpp142 cvThreshold(white, thresh, thresh_level + black_white_gap, 255, CV_THRESH_BINARY);
154 cvThreshold(black, thresh, thresh_level, 255, CV_THRESH_BINARY_INV);
H A Dcalibinit.cpp358 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY );
/external/opencv/
H A Dcvjni.cpp227 cvThreshold( grayImage, binaryImage, THRESHOLD, THRESHOLD_MAX_VALUE, CV_THRESH_BINARY );
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/
H A Dcvfeatureselect.cpp151 CV_CALL( cvThreshold( eig, eig, max_val * quality_level,
H A Dcvthresh.cpp297 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) function
301 CV_FUNCNAME( "cvThreshold" );
H A Dcvcalibinit.cpp314 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY );
1809 cvThreshold( image, thresh_img, l, 255, CV_THRESH_BINARY );
H A Dcvcontours.cpp320 cvThreshold( mat, mat, 0, 1, CV_THRESH_BINARY );
H A Dcvhistogram.cpp201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO ));
/external/opencv/cvaux/src/
H A Dcvfacedetection.cpp120 cvThreshold(imgGray, m_imgThresh, (double)l, (double)255, CV_THRESH_BINARY);
H A Dcvsegment.cpp513 cvThreshold( canny, canny, 1, 1, CV_THRESH_BINARY );
H A Dcvvecfacetracking.cpp310 cvThreshold(img, thresh, colors[i], 255.0, CV_THRESH_BINARY);
/external/opencv3/modules/imgproc/test/
H A Dtest_thresh.cpp117 cvThreshold( test_array[INPUT][0], test_array[OUTPUT][0],
H A Dtest_contours.cpp201 cvThreshold( img, img, val - 2, val, CV_THRESH_BINARY );
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
H A Dimgproc_c.h850 CVAPI(double) cvThreshold( const CvArr* src, CvArr* dst,
/external/opencv/cv/include/
H A Dcv.h953 CVAPI(double) cvThreshold( const CvArr* src, CvArr* dst,
/external/opencv3/modules/imgproc/src/
H A Dcontours.cpp303 cvThreshold( mat, mat, 0, 1, CV_THRESH_BINARY );
H A Dthresh.cpp1338 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) function
H A Dhistogram.cpp2702 cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO );

Completed in 488 milliseconds