Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/perf/opencl/
Dperf_imgproc.cpp258 typedef tuple<Size, MatType, ThreshType> ThreshParams; typedef
259 typedef TestBaseWithParam<ThreshParams> ThreshFixture;
264 const ThreshParams params = GetParam(); in OCL_PERF_TEST_P()