HomeSort by relevance Sort by last modified time
    Searched refs:cvThreshold (Results 1 - 18 of 18) sorted by null

  /external/opencv3/modules/calib3d/src/
checkchessboard.cpp 142 cvThreshold(white, thresh, thresh_level + black_white_gap, 255, CV_THRESH_BINARY);
154 cvThreshold(black, thresh, thresh_level, 255, CV_THRESH_BINARY_INV);
calibinit.cpp 358 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY );
    [all...]
  /external/opencv/
cvjni.cpp 227 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/
cvfeatureselect.cpp 151 CV_CALL( cvThreshold( eig, eig, max_val * quality_level,
cvthresh.cpp 297 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type )
301 CV_FUNCNAME( "cvThreshold" );
cvcalibinit.cpp 314 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY );
    [all...]
cvcontours.cpp 320 cvThreshold( mat, mat, 0, 1, CV_THRESH_BINARY );
    [all...]
cvhistogram.cpp 201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO ));
    [all...]
  /external/opencv/cvaux/src/
cvfacedetection.cpp 120 cvThreshold(imgGray, m_imgThresh, (double)l, (double)255, CV_THRESH_BINARY);
cvsegment.cpp 513 cvThreshold( canny, canny, 1, 1, CV_THRESH_BINARY );
cvvecfacetracking.cpp 310 cvThreshold(img, thresh, colors[i], 255.0, CV_THRESH_BINARY);
    [all...]
  /external/opencv3/modules/imgproc/test/
test_thresh.cpp 117 cvThreshold( test_array[INPUT][0], test_array[OUTPUT][0],
test_contours.cpp 201 cvThreshold( img, img, val - 2, val, CV_THRESH_BINARY );
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h     [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv3/modules/imgproc/src/
contours.cpp 303 cvThreshold( mat, mat, 0, 1, CV_THRESH_BINARY );
    [all...]
thresh.cpp     [all...]
histogram.cpp     [all...]

Completed in 1452 milliseconds