Home
last modified time | relevance | path

Searched refs:threshType (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/perf/
Dperf_threshold.cpp25 ThreshType threshType = get<2>(GetParam()); in PERF_TEST_P() local
36 TEST_CYCLE_MULTIRUN(runs) threshold(src, dst, thresh, maxval, threshType); in PERF_TEST_P()
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_imgproc.cpp267 const int threshType = get<2>(params); in OCL_PERF_TEST_P() local
275 OCL_TEST_CYCLE() cv::threshold(src, dst, threshold, maxValue, threshType); in OCL_PERF_TEST_P()