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

  /external/opencv/cv/src/
cvthresh.cpp 77 case CV_THRESH_TOZERO_INV:
177 case CV_THRESH_TOZERO_INV:
400 ((type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV) && ithresh < 0) ||
431 else if( type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV )
460 if( type == CV_THRESH_TRUNC || type == CV_THRESH_TOZERO_INV )
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 186 milliseconds