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

  /external/opencv/cv/src/
cvthresh.cpp 71 case CV_THRESH_TOZERO:
166 case CV_THRESH_TOZERO:
401 (type == CV_THRESH_TOZERO && ithresh >= 255) )
443 assert( type == CV_THRESH_TOZERO );
470 else if( type == CV_THRESH_TOZERO )
cvfeatureselect.cpp 152 0, CV_THRESH_TOZERO ));
cvhistogram.cpp 201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO ));
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 53 milliseconds