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

  /external/opencv3/modules/cudaarithm/perf/
perf_arithm.cpp 232 cv::cuda::GpuMat d_templ = cv::cuda::createContinuous(templ_size, templ_size, CV_32FC1); local
233 d_templ.upload(templ);
239 TEST_CYCLE() convolution->convolve(d_image, d_templ, dst, ccorr);
  /external/opencv3/samples/gpu/performance/
tests.cpp 37 cuda::GpuMat d_src(src), d_templ, d_dst; local
52 d_templ.upload(templ);
53 alg->match(d_src, d_templ, d_dst);
56 alg->match(d_src, d_templ, d_dst);

Completed in 153 milliseconds