OCL_TEST_CYCLE 70 modules/calib3d/perf/opencl/perf_stereobm.cpp OCL_TEST_CYCLE() bm->compute(left, right, disp); OCL_TEST_CYCLE 70 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::LUT(src, lut, dst); OCL_TEST_CYCLE 92 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::exp(src, dst); OCL_TEST_CYCLE 114 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::log(src, dst); OCL_TEST_CYCLE 134 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::add(src1, src2, dst); OCL_TEST_CYCLE 155 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::subtract(src1, src2, dst); OCL_TEST_CYCLE 175 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::multiply(src1, src2, dst); OCL_TEST_CYCLE 196 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::divide(src1, src2, dst); OCL_TEST_CYCLE 217 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::absdiff(src1, src2, dst); OCL_TEST_CYCLE 239 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::cartToPolar(src1, src2, dst1, dst2); OCL_TEST_CYCLE 262 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::polarToCart(src1, src2, dst1, dst2); OCL_TEST_CYCLE 285 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::magnitude(src1, src2, dst); OCL_TEST_CYCLE 306 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::transpose(src, dst); OCL_TEST_CYCLE 323 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::transpose(src, src); OCL_TEST_CYCLE 354 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::flip(src, dst, flipType - 1); OCL_TEST_CYCLE 379 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::minMaxLoc(src, &min_val, &max_val, onecn ? &min_loc : NULL, OCL_TEST_CYCLE 413 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() result = cv::sum(src); OCL_TEST_CYCLE 440 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() result = cv::countNonZero(src); OCL_TEST_CYCLE 462 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::phase(src1, src2, dst, 1); OCL_TEST_CYCLE 483 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::bitwise_and(src1, src2, dst); OCL_TEST_CYCLE 504 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::bitwise_xor(src1, src2, dst); OCL_TEST_CYCLE 525 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::bitwise_or(src1, src2, dst); OCL_TEST_CYCLE 546 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::bitwise_not(src, dst); OCL_TEST_CYCLE 572 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::compare(src1, src2, dst, cmpCode); OCL_TEST_CYCLE 592 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::compare(src1, 32, dst, cmpCode); OCL_TEST_CYCLE 614 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::pow(src, 2.17, dst); OCL_TEST_CYCLE 636 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::addWeighted(src1, alpha, src2, beta, gama, dst); OCL_TEST_CYCLE 661 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::sqrt(src, dst); OCL_TEST_CYCLE 682 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::setIdentity(dst, cv::Scalar::all(181)); OCL_TEST_CYCLE 706 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::meanStdDev(src, mean, stddev); OCL_TEST_CYCLE 736 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::meanStdDev(src, mean, stddev, mask); OCL_TEST_CYCLE 773 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() res = cv::norm(src1, normType); OCL_TEST_CYCLE 793 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() res = cv::norm(src1, src2, normType); OCL_TEST_CYCLE 813 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() res = cv::norm(src1, src2, normType | cv::NORM_RELATIVE); OCL_TEST_CYCLE 836 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() r = src1.dot(src2); OCL_TEST_CYCLE 857 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::repeat(src, nx, ny, dst); OCL_TEST_CYCLE 878 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::min(src1, src2, dst); OCL_TEST_CYCLE 899 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::max(src1, src2, dst); OCL_TEST_CYCLE 920 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::inRange(src, lb, ub, dst); OCL_TEST_CYCLE 945 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::normalize(src, dst, 10, 110, mode); OCL_TEST_CYCLE 963 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::normalize(src, dst, 10, 110, mode, -1, mask); OCL_TEST_CYCLE 984 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::convertScaleAbs(src, dst, 0.5, 2); OCL_TEST_CYCLE 1017 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::patchNaNs(src, 17.7); OCL_TEST_CYCLE 1039 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::scaleAdd(src1, 0.6, src2, dst); OCL_TEST_CYCLE 1061 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() psnr = cv::PSNR(src1, src2); OCL_TEST_CYCLE 1094 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::reduce(src, dst, dim, op, dtype); OCL_TEST_CYCLE 1125 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::reduce(src, dst, dim, op, dtype); OCL_TEST_CYCLE 56 modules/core/perf/opencl/perf_bufferpool.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 73 modules/core/perf/opencl/perf_bufferpool.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 96 modules/core/perf/opencl/perf_bufferpool.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 116 modules/core/perf/opencl/perf_bufferpool.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 78 modules/core/perf/opencl/perf_channels.cpp OCL_TEST_CYCLE() cv::merge(src, dst); OCL_TEST_CYCLE 106 modules/core/perf/opencl/perf_channels.cpp OCL_TEST_CYCLE() cv::split(src, dst); OCL_TEST_CYCLE 150 modules/core/perf/opencl/perf_channels.cpp OCL_TEST_CYCLE() cv::mixChannels(src, dst, fromTo, 4); OCL_TEST_CYCLE 174 modules/core/perf/opencl/perf_channels.cpp OCL_TEST_CYCLE() cv::insertChannel(src, dst, 1); OCL_TEST_CYCLE 196 modules/core/perf/opencl/perf_channels.cpp OCL_TEST_CYCLE() cv::extractChannel(src, dst, 1); OCL_TEST_CYCLE 90 modules/core/perf/opencl/perf_dxt.cpp OCL_TEST_CYCLE() cv::dft(src, dst, flags); OCL_TEST_CYCLE 111 modules/core/perf/opencl/perf_dxt.cpp OCL_TEST_CYCLE() cv::mulSpectrums(src1, src2, dst, 0, conj); OCL_TEST_CYCLE 77 modules/core/perf/opencl/perf_gemm.cpp OCL_TEST_CYCLE() cv::gemm(src1, src2, 0.6, src3, 1.5, dst, flags); OCL_TEST_CYCLE 33 modules/core/perf/opencl/perf_matop.cpp OCL_TEST_CYCLE() src.setTo(s); OCL_TEST_CYCLE 55 modules/core/perf/opencl/perf_matop.cpp OCL_TEST_CYCLE() src.setTo(s, mask); OCL_TEST_CYCLE 78 modules/core/perf/opencl/perf_matop.cpp OCL_TEST_CYCLE() src.convertTo(dst, dtype); OCL_TEST_CYCLE 99 modules/core/perf/opencl/perf_matop.cpp OCL_TEST_CYCLE() src.copyTo(dst); OCL_TEST_CYCLE 120 modules/core/perf/opencl/perf_matop.cpp OCL_TEST_CYCLE() src.copyTo(dst, mask); OCL_TEST_CYCLE 24 modules/core/perf/opencl/perf_usage_flags.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 73 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 94 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 118 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 39 modules/features2d/perf/opencl/perf_fast.cpp OCL_TEST_CYCLE() fd->detect(frame, points); OCL_TEST_CYCLE 28 modules/features2d/perf/opencl/perf_orb.cpp OCL_TEST_CYCLE() detector->detect(frame, points, mask); OCL_TEST_CYCLE 54 modules/features2d/perf/opencl/perf_orb.cpp OCL_TEST_CYCLE() detector->compute(frame, points, descriptors); OCL_TEST_CYCLE 82 modules/features2d/perf/opencl/perf_orb.cpp OCL_TEST_CYCLE() detector->detectAndCompute(frame, mask, points, descriptors, false); OCL_TEST_CYCLE 43 modules/imgproc/perf/opencl/perf_3vs4.cpp OCL_TEST_CYCLE() resize(src, dst, Size(), 0.5, 0.5, INTER_LINEAR); OCL_TEST_CYCLE 55 modules/imgproc/perf/opencl/perf_3vs4.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 70 modules/imgproc/perf/opencl/perf_3vs4.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 97 modules/imgproc/perf/opencl/perf_3vs4.cpp OCL_TEST_CYCLE() subtract(src, s, dst); OCL_TEST_CYCLE 109 modules/imgproc/perf/opencl/perf_3vs4.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 124 modules/imgproc/perf/opencl/perf_3vs4.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 70 modules/imgproc/perf/opencl/perf_accumulate.cpp OCL_TEST_CYCLE() cv::accumulate(src, dst); OCL_TEST_CYCLE 91 modules/imgproc/perf/opencl/perf_accumulate.cpp OCL_TEST_CYCLE() cv::accumulateSquare(src, dst); OCL_TEST_CYCLE 112 modules/imgproc/perf/opencl/perf_accumulate.cpp OCL_TEST_CYCLE() cv::accumulateProduct(src1, src2, dst); OCL_TEST_CYCLE 133 modules/imgproc/perf/opencl/perf_accumulate.cpp OCL_TEST_CYCLE() cv::accumulateWeighted(src, dst, 2.0); OCL_TEST_CYCLE 75 modules/imgproc/perf/opencl/perf_blend.cpp OCL_TEST_CYCLE() cv::blendLinear(src1, src2, weights1, weights2, dst); OCL_TEST_CYCLE 108 modules/imgproc/perf/opencl/perf_color.cpp OCL_TEST_CYCLE() cv::cvtColor(src, dst, code, dcn); OCL_TEST_CYCLE 75 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::blur(src, dst, Size(ksize, ksize), Point(-1, -1), bordertype); OCL_TEST_CYCLE 100 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::sqrBoxFilter(src, dst, ddepth, ksize, Point(-1, -1), false); OCL_TEST_CYCLE 122 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::Laplacian(src, dst, -1, ksize, 1); OCL_TEST_CYCLE 144 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::erode(src, dst, ker); OCL_TEST_CYCLE 166 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::dilate(src, dst, ker); OCL_TEST_CYCLE 191 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::morphologyEx(src, dst, op, ker); OCL_TEST_CYCLE 212 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::Sobel(src, dst, -1, dx, dy); OCL_TEST_CYCLE 234 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::Scharr(src, dst, -1, dx, dy); OCL_TEST_CYCLE 256 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::GaussianBlur(src, dst, Size(ksize, ksize), 1, 1, cv::BORDER_CONSTANT); OCL_TEST_CYCLE 280 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::filter2D(src, dst, -1, kernel); OCL_TEST_CYCLE 300 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::bilateralFilter(src, dst, d, sigmacolor, sigmaspace); OCL_TEST_CYCLE 321 modules/imgproc/perf/opencl/perf_filters.cpp OCL_TEST_CYCLE() cv::medianBlur(src, dst, ksize); OCL_TEST_CYCLE 79 modules/imgproc/perf/opencl/perf_gftt.cpp OCL_TEST_CYCLE() cv::goodFeaturesToTrack(src, dst, maxCorners, qualityLevel, OCL_TEST_CYCLE 52 modules/imgproc/perf/opencl/perf_houghLines.cpp OCL_TEST_CYCLE() cv::HoughLines(usrc, lines, rhoStep, thetaStep, threshold); OCL_TEST_CYCLE 83 modules/imgproc/perf/opencl/perf_houghLines.cpp OCL_TEST_CYCLE() cv::HoughLinesP(usrc, lines, rhoStep, thetaStep, threshold, minLineLength, maxGap); OCL_TEST_CYCLE 69 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::equalizeHist(src, dst); OCL_TEST_CYCLE 93 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::calcHist(std::vector<UMat>(1, src), channels, noArray(), hist, histSize, ranges, false); OCL_TEST_CYCLE 120 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::calcBackProject(std::vector<UMat>(1,src), channels, hist, dst, ranges, 1); OCL_TEST_CYCLE 147 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::copyMakeBorder(src, dst, 7, 5, 5, 7, borderType, cv::Scalar(1.0)); OCL_TEST_CYCLE 169 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::cornerMinEigenVal(src, dst, blockSize, apertureSize, borderType); OCL_TEST_CYCLE 190 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::cornerHarris(src, dst, 5, 7, 0.1, borderType); OCL_TEST_CYCLE 211 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::preCornerDetect(src, dst, 3, borderType); OCL_TEST_CYCLE 232 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::integral(src, dst, ddepth); OCL_TEST_CYCLE 248 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::integral(src, sum, sqsum, ddepth, CV_32F); OCL_TEST_CYCLE 275 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::threshold(src, dst, threshold, maxValue, threshType); OCL_TEST_CYCLE 295 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() clahe->apply(src, dst); OCL_TEST_CYCLE 320 modules/imgproc/perf/opencl/perf_imgproc.cpp OCL_TEST_CYCLE() cv::Canny(img, edges, 50.0, 100.0, apertureSize, L2Grad); OCL_TEST_CYCLE 82 modules/imgproc/perf/opencl/perf_imgwarp.cpp OCL_TEST_CYCLE() cv::warpAffine(src, dst, M, srcSize, interpolation); OCL_TEST_CYCLE 114 modules/imgproc/perf/opencl/perf_imgwarp.cpp OCL_TEST_CYCLE() cv::warpPerspective(src, dst, M, srcSize, interpolation); OCL_TEST_CYCLE 142 modules/imgproc/perf/opencl/perf_imgwarp.cpp OCL_TEST_CYCLE() cv::resize(src, dst, Size(), scale, scale, interType); OCL_TEST_CYCLE 166 modules/imgproc/perf/opencl/perf_imgwarp.cpp OCL_TEST_CYCLE() cv::resize(src, dst, Size(), scale, scale, cv::INTER_AREA); OCL_TEST_CYCLE 206 modules/imgproc/perf/opencl/perf_imgwarp.cpp OCL_TEST_CYCLE() cv::remap(src, dst, xmap, ymap, interpolation, borderMode); OCL_TEST_CYCLE 34 modules/imgproc/perf/opencl/perf_matchTemplate.cpp OCL_TEST_CYCLE() matchTemplate(img, tmpl, result, method); OCL_TEST_CYCLE 64 modules/imgproc/perf/opencl/perf_matchTemplate.cpp OCL_TEST_CYCLE() cv::matchTemplate(src, templ, dst, CV_TM_CCORR); OCL_TEST_CYCLE 82 modules/imgproc/perf/opencl/perf_matchTemplate.cpp OCL_TEST_CYCLE() cv::matchTemplate(src, templ, dst, CV_TM_CCORR_NORMED); OCL_TEST_CYCLE 71 modules/imgproc/perf/opencl/perf_moments.cpp OCL_TEST_CYCLE() m = cv::moments(src, binaryImage); OCL_TEST_CYCLE 74 modules/imgproc/perf/opencl/perf_pyramid.cpp OCL_TEST_CYCLE() cv::pyrDown(src, dst); OCL_TEST_CYCLE 98 modules/imgproc/perf/opencl/perf_pyramid.cpp OCL_TEST_CYCLE() cv::pyrUp(src, dst); OCL_TEST_CYCLE 121 modules/imgproc/perf/opencl/perf_pyramid.cpp OCL_TEST_CYCLE() cv::buildPyramid(src, dst, maxLevel); OCL_TEST_CYCLE 85 modules/objdetect/perf/opencl/perf_hogdetect.cpp OCL_TEST_CYCLE() hog.detectMultiScale(src, found_locations); OCL_TEST_CYCLE 26 modules/photo/perf/opencl/perf_denoising.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 42 modules/photo/perf/opencl/perf_denoising.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 65 modules/photo/perf/opencl/perf_denoising.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 89 modules/photo/perf/opencl/perf_denoising.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 126 modules/stitching/perf/opencl/perf_warpers.cpp OCL_TEST_CYCLE() warper.buildMaps(srcSize, xmap, ymap); OCL_TEST_CYCLE 143 modules/stitching/perf/opencl/perf_warpers.cpp OCL_TEST_CYCLE() warper.warp(src, INTER_LINEAR, BORDER_REPLICATE, dst); OCL_TEST_CYCLE 72 modules/video/perf/opencl/perf_bgfg_mog2.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 102 modules/video/perf/opencl/perf_bgfg_mog2.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 29 modules/video/perf/opencl/perf_motempl.cpp OCL_TEST_CYCLE() cv::updateMotionHistory(silhouette, mhi, 1, 0.5); OCL_TEST_CYCLE 104 modules/video/perf/opencl/perf_optflow_dualTVL1.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 105 modules/video/perf/opencl/perf_optflow_farneback.cpp OCL_TEST_CYCLE() OCL_TEST_CYCLE 92 modules/video/perf/opencl/perf_optflow_pyrlk.cpp OCL_TEST_CYCLE()