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

/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/opencv/cv/include/
H A Dcv.h953 CVAPI(double) cvThreshold( const CvArr* src, CvArr* dst,

Completed in 180 milliseconds