TEST_CYCLE         39 modules/calib3d/perf/perf_cicrlesGrid.cpp     TEST_CYCLE() ASSERT_TRUE(findCirclesGrid(frame, gridSize, ptvec, CALIB_CB_CLUSTERING | CALIB_CB_ASYMMETRIC_GRID));
TEST_CYCLE        147 modules/calib3d/perf/perf_pnp.cpp     TEST_CYCLE()
TEST_CYCLE         74 modules/core/perf/cuda/perf_gpumat.cpp         TEST_CYCLE() dst.setTo(val);
TEST_CYCLE         80 modules/core/perf/cuda/perf_gpumat.cpp         TEST_CYCLE() dst.setTo(val);
TEST_CYCLE        111 modules/core/perf/cuda/perf_gpumat.cpp         TEST_CYCLE() dst.setTo(val, d_mask);
TEST_CYCLE        117 modules/core/perf/cuda/perf_gpumat.cpp         TEST_CYCLE() dst.setTo(val, mask);
TEST_CYCLE        147 modules/core/perf/cuda/perf_gpumat.cpp         TEST_CYCLE() d_src.copyTo(dst, d_mask);
TEST_CYCLE        153 modules/core/perf/cuda/perf_gpumat.cpp         TEST_CYCLE() src.copyTo(dst, mask);
TEST_CYCLE        184 modules/core/perf/cuda/perf_gpumat.cpp         TEST_CYCLE() d_src.convertTo(dst, depth2, a, b);
TEST_CYCLE        190 modules/core/perf/cuda/perf_gpumat.cpp         TEST_CYCLE() src.convertTo(dst, depth2, a, b);
TEST_CYCLE         23 modules/core/perf/perf_abs.cpp     TEST_CYCLE() c = cv::abs(a);
TEST_CYCLE         33 modules/core/perf/perf_addWeighted.cpp     TEST_CYCLE() cv::addWeighted( src1, alpha, src2, beta, gamma, dst, dst.type() );
TEST_CYCLE         23 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() min(a, b, c);
TEST_CYCLE         38 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() min(a, b, c);
TEST_CYCLE         53 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() max(a, b, c);
TEST_CYCLE         68 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() max(a, b, c);
TEST_CYCLE         90 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() absdiff(a, b, c);
TEST_CYCLE        112 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() absdiff(a, b, c);
TEST_CYCLE        135 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() add(a, b, c);
TEST_CYCLE        157 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() add(a, b, c);
TEST_CYCLE        179 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() subtract(a, b, c);
TEST_CYCLE        201 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() subtract(a, b, c);
TEST_CYCLE        220 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() multiply(a, b, c);
TEST_CYCLE        241 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() multiply(a, b, c, scale);
TEST_CYCLE        255 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() divide(a, b, c, scale);
TEST_CYCLE        269 modules/core/perf/perf_arithm.cpp     TEST_CYCLE() divide(scale, b, c);
TEST_CYCLE         24 modules/core/perf/perf_bitwise.cpp     TEST_CYCLE() cv::bitwise_not(a, c);
TEST_CYCLE         40 modules/core/perf/perf_bitwise.cpp     TEST_CYCLE() bitwise_and(a, b, c);
TEST_CYCLE         56 modules/core/perf/perf_bitwise.cpp     TEST_CYCLE() bitwise_or(a, b, c);
TEST_CYCLE         72 modules/core/perf/perf_bitwise.cpp     TEST_CYCLE() bitwise_xor(a, b, c);
TEST_CYCLE         32 modules/core/perf/perf_compare.cpp     TEST_CYCLE() cv::compare(src1, src2, dst, cmpType);
TEST_CYCLE         35 modules/core/perf/perf_cvround.cpp         TEST_CYCLE()
TEST_CYCLE         40 modules/core/perf/perf_cvround.cpp         TEST_CYCLE()
TEST_CYCLE         36 modules/core/perf/perf_dft.cpp     TEST_CYCLE() dft(src, dst, flags, nonzero_rows);
TEST_CYCLE         66 modules/core/perf/perf_dft.cpp     TEST_CYCLE() dct(src, dst, flags);
TEST_CYCLE         23 modules/core/perf/perf_inRange.cpp     TEST_CYCLE() inRange( src1, src2, src3, dst );
TEST_CYCLE         64 modules/core/perf/perf_mat.cpp     TEST_CYCLE()
TEST_CYCLE         91 modules/core/perf/perf_mat.cpp     TEST_CYCLE()
TEST_CYCLE         53 modules/core/perf/perf_math.cpp     TEST_CYCLE()
TEST_CYCLE         31 modules/core/perf/perf_minmaxloc.cpp     TEST_CYCLE() minMaxLoc(src, &minVal, &maxVal, &minLoc, &maxLoc);
TEST_CYCLE         31 modules/core/perf/perf_norm.cpp     TEST_CYCLE() n = norm(src, normType);
TEST_CYCLE         54 modules/core/perf/perf_norm.cpp     TEST_CYCLE() n = norm(src, normType, mask);
TEST_CYCLE         77 modules/core/perf/perf_norm.cpp     TEST_CYCLE() n = norm(src1, src2, normType);
TEST_CYCLE        101 modules/core/perf/perf_norm.cpp     TEST_CYCLE() n = norm(src1, src2, normType, mask);
TEST_CYCLE        127 modules/core/perf/perf_norm.cpp     TEST_CYCLE() normalize(src, dst, alpha, 0., normType);
TEST_CYCLE        155 modules/core/perf/perf_norm.cpp     TEST_CYCLE() normalize(src, dst, alpha, 0., normType, -1, mask);
TEST_CYCLE        181 modules/core/perf/perf_norm.cpp     TEST_CYCLE() normalize(src, dst, alpha, 0., normType, CV_32F);
TEST_CYCLE        197 modules/core/perf/perf_norm.cpp     TEST_CYCLE() normalize(src, dst, 20., 100., NORM_MINMAX);
TEST_CYCLE         65 modules/core/perf/perf_reduce.cpp     TEST_CYCLE() reduce(src, vec, 1, reduceOp, ddepth);
TEST_CYCLE         29 modules/core/perf/perf_sort.cpp     TEST_CYCLE() cv::sort(a, b, flags);
TEST_CYCLE         49 modules/core/perf/perf_sort.cpp     TEST_CYCLE() cv::sortIdx(a, b, flags);
TEST_CYCLE         19 modules/core/perf/perf_stat.cpp     TEST_CYCLE() s = sum(arr);
TEST_CYCLE         34 modules/core/perf/perf_stat.cpp     TEST_CYCLE() s = mean(src);
TEST_CYCLE         50 modules/core/perf/perf_stat.cpp     TEST_CYCLE() s = mean(src, mask);
TEST_CYCLE         66 modules/core/perf/perf_stat.cpp     TEST_CYCLE() meanStdDev(src, mean, dev);
TEST_CYCLE         84 modules/core/perf/perf_stat.cpp     TEST_CYCLE() meanStdDev(src, mean, dev, mask);
TEST_CYCLE         87 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() cv::cuda::gemm(d_src1, d_src2, 1.0, d_src3, 1.0, dst, flags);
TEST_CYCLE         97 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() cv::gemm(src1, src2, 1.0, src3, 1.0, dst, flags);
TEST_CYCLE        129 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() cv::cuda::mulSpectrums(d_a, d_b, dst, flag);
TEST_CYCLE        137 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() cv::mulSpectrums(a, b, dst, flag);
TEST_CYCLE        163 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() cv::cuda::mulAndScaleSpectrums(d_src1, d_src2, dst, cv::DFT_ROWS, scale, false);
TEST_CYCLE        193 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() cv::cuda::dft(d_src, dst, size, flag);
TEST_CYCLE        201 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() cv::dft(src, dst, flag);
TEST_CYCLE        239 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() convolution->convolve(d_image, d_templ, dst, ccorr);
TEST_CYCLE        250 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() cv::filter2D(image, dst, image.depth(), templ);
TEST_CYCLE         78 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::cuda::merge(d_src, dst);
TEST_CYCLE         86 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::merge(src, dst);
TEST_CYCLE        112 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::cuda::split(d_src, dst);
TEST_CYCLE        124 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::split(src, dst);
TEST_CYCLE        152 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::cuda::transpose(d_src, dst);
TEST_CYCLE        160 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::transpose(src, dst);
TEST_CYCLE        195 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::cuda::flip(d_src, dst, flipCode);
TEST_CYCLE        203 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::flip(src, dst, flipCode);
TEST_CYCLE        232 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() lutAlg->transform(d_src, dst);
TEST_CYCLE        240 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::LUT(src, lut, dst);
TEST_CYCLE        269 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() lutAlg->transform(d_src, dst);
TEST_CYCLE        277 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::LUT(src, lut, dst);
TEST_CYCLE        309 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::cuda::copyMakeBorder(d_src, dst, 5, 5, 5, 5, borderMode);
TEST_CYCLE        317 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::copyMakeBorder(src, dst, 5, 5, 5, 5, borderMode);
TEST_CYCLE         73 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::add(d_src1, d_src2, dst);
TEST_CYCLE         81 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::add(src1, src2, dst);
TEST_CYCLE        108 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::add(d_src, s, dst);
TEST_CYCLE        116 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::add(src, s, dst);
TEST_CYCLE        144 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::subtract(d_src1, d_src2, dst);
TEST_CYCLE        152 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::subtract(src1, src2, dst);
TEST_CYCLE        179 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::subtract(d_src, s, dst);
TEST_CYCLE        187 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::subtract(src, s, dst);
TEST_CYCLE        215 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::multiply(d_src1, d_src2, dst);
TEST_CYCLE        223 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::multiply(src1, src2, dst);
TEST_CYCLE        250 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::multiply(d_src, s, dst);
TEST_CYCLE        258 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::multiply(src, s, dst);
TEST_CYCLE        286 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::divide(d_src1, d_src2, dst);
TEST_CYCLE        294 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::divide(src1, src2, dst);
TEST_CYCLE        321 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::divide(d_src, s, dst);
TEST_CYCLE        329 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::divide(src, s, dst);
TEST_CYCLE        356 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::divide(s[0], d_src, dst);
TEST_CYCLE        364 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::divide(s, src, dst);
TEST_CYCLE        392 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::absdiff(d_src1, d_src2, dst);
TEST_CYCLE        400 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::absdiff(src1, src2, dst);
TEST_CYCLE        427 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::absdiff(d_src, s, dst);
TEST_CYCLE        435 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::absdiff(src, s, dst);
TEST_CYCLE        459 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::abs(d_src, dst);
TEST_CYCLE        487 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::sqr(d_src, dst);
TEST_CYCLE        515 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::sqrt(d_src, dst);
TEST_CYCLE        523 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::sqrt(src, dst);
TEST_CYCLE        547 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::log(d_src, dst);
TEST_CYCLE        555 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::log(src, dst);
TEST_CYCLE        579 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::exp(d_src, dst);
TEST_CYCLE        587 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::exp(src, dst);
TEST_CYCLE        615 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::pow(d_src, power, dst);
TEST_CYCLE        623 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::pow(src, power, dst);
TEST_CYCLE        657 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::compare(d_src1, d_src2, dst, cmp_code);
TEST_CYCLE        665 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::compare(src1, src2, dst, cmp_code);
TEST_CYCLE        694 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::compare(d_src, s, dst, cmp_code);
TEST_CYCLE        702 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::compare(src, s, dst, cmp_code);
TEST_CYCLE        726 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_not(d_src, dst);
TEST_CYCLE        734 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_not(src, dst);
TEST_CYCLE        762 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_and(d_src1, d_src2, dst);
TEST_CYCLE        770 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_and(src1, src2, dst);
TEST_CYCLE        802 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_and(d_src, is, dst);
TEST_CYCLE        810 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_and(src, is, dst);
TEST_CYCLE        838 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_or(d_src1, d_src2, dst);
TEST_CYCLE        846 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_or(src1, src2, dst);
TEST_CYCLE        878 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_or(d_src, is, dst);
TEST_CYCLE        886 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_or(src, is, dst);
TEST_CYCLE        914 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_xor(d_src1, d_src2, dst);
TEST_CYCLE        922 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_xor(src1, src2, dst);
TEST_CYCLE        954 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::bitwise_xor(d_src, is, dst);
TEST_CYCLE        962 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::bitwise_xor(src, is, dst);
TEST_CYCLE        992 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::rshift(d_src, val, dst);
TEST_CYCLE       1026 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::lshift(d_src, val, dst);
TEST_CYCLE       1058 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::min(d_src1, d_src2, dst);
TEST_CYCLE       1066 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::min(src1, src2, dst);
TEST_CYCLE       1093 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::min(d_src, val[0], dst);
TEST_CYCLE       1101 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::min(src, val[0], dst);
TEST_CYCLE       1129 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::max(d_src1, d_src2, dst);
TEST_CYCLE       1137 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::max(src1, src2, dst);
TEST_CYCLE       1164 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::max(d_src, val[0], dst);
TEST_CYCLE       1172 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::max(src, val[0], dst);
TEST_CYCLE       1206 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::addWeighted(d_src1, 0.5, d_src2, 0.5, 10.0, dst, dst_depth);
TEST_CYCLE       1214 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::addWeighted(src1, 0.5, src2, 0.5, 10.0, dst, dst_depth);
TEST_CYCLE       1236 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::magnitude(d_src, dst);
TEST_CYCLE       1247 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::magnitude(xy[0], xy[1], dst);
TEST_CYCLE       1269 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::magnitudeSqr(d_src, dst);
TEST_CYCLE       1299 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::magnitude(d_src1, d_src2, dst);
TEST_CYCLE       1307 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::magnitude(src1, src2, dst);
TEST_CYCLE       1333 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::magnitudeSqr(d_src1, d_src2, dst);
TEST_CYCLE       1367 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::phase(d_src1, d_src2, dst, angleInDegrees);
TEST_CYCLE       1375 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::phase(src1, src2, dst, angleInDegrees);
TEST_CYCLE       1404 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::cartToPolar(d_src1, d_src2, magnitude, angle, angleInDegrees);
TEST_CYCLE       1414 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cartToPolar(src1, src2, magnitude, angle, angleInDegrees);
TEST_CYCLE       1444 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::polarToCart(d_magnitude, d_angle, x, y, angleInDegrees);
TEST_CYCLE       1454 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::polarToCart(magnitude, angle, x, y, angleInDegrees);
TEST_CYCLE       1485 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::threshold(d_src, dst, 100.0, 255.0, threshOp);
TEST_CYCLE       1493 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::threshold(src, dst, 100.0, 255.0, threshOp);
TEST_CYCLE         75 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() gpu_dst = cv::cuda::norm(d_src, normType, d_buf);
TEST_CYCLE         83 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cpu_dst = cv::norm(src, normType);
TEST_CYCLE        113 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() gpu_dst = cv::cuda::norm(d_src1, d_src2, normType);
TEST_CYCLE        122 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cpu_dst = cv::norm(src1, src2, normType);
TEST_CYCLE        150 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() gpu_dst = cv::cuda::sum(d_src);
TEST_CYCLE        158 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cpu_dst = cv::sum(src);
TEST_CYCLE        186 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() gpu_dst = cv::cuda::absSum(d_src);
TEST_CYCLE        218 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() gpu_dst = cv::cuda::sqrSum(d_src);
TEST_CYCLE        249 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::cuda::minMax(d_src, &gpu_minVal, &gpu_maxVal, cv::cuda::GpuMat());
TEST_CYCLE        258 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::minMaxLoc(src, &cpu_minVal, &cpu_maxVal);
TEST_CYCLE        287 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::cuda::minMaxLoc(d_src, &gpu_minVal, &gpu_maxVal, &gpu_minLoc, &gpu_maxLoc);
TEST_CYCLE        297 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::minMaxLoc(src, &cpu_minVal, &cpu_maxVal, &cpu_minLoc, &cpu_maxLoc);
TEST_CYCLE        322 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() gpu_dst = cv::cuda::countNonZero(d_src);
TEST_CYCLE        330 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cpu_dst = cv::countNonZero(src);
TEST_CYCLE        369 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::cuda::reduce(d_src, dst, dim, reduceOp, CV_32F);
TEST_CYCLE        377 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::reduce(src, dst, dim, reduceOp, CV_32F);
TEST_CYCLE        411 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::cuda::normalize(d_src, dst, alpha, beta, norm_type, type, cv::cuda::GpuMat());
TEST_CYCLE        419 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::normalize(src, dst, alpha, beta, norm_type, type);
TEST_CYCLE        443 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::cuda::meanStdDev(d_src, gpu_mean, gpu_stddev);
TEST_CYCLE        453 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::meanStdDev(src, cpu_mean, cpu_stddev);
TEST_CYCLE        476 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::cuda::integral(d_src, dst);
TEST_CYCLE        484 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::integral(src, dst);
TEST_CYCLE        506 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::cuda::sqrIntegral(d_src, dst);
TEST_CYCLE        370 modules/cudabgsegm/perf/perf_bgsegm.cpp         TEST_CYCLE() d_mog2->getBackgroundImage(background);
TEST_CYCLE        399 modules/cudabgsegm/perf/perf_bgsegm.cpp         TEST_CYCLE() mog2->getBackgroundImage(background);
TEST_CYCLE         75 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() d_fast->detectAsync(d_img, d_keypoints);
TEST_CYCLE         88 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() cv::FAST(img, cpu_keypoints, threshold, nonMaxSuppersion);
TEST_CYCLE        117 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() d_orb->detectAndComputeAsync(d_img, cv::noArray(), d_keypoints, d_descriptors);
TEST_CYCLE        139 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() orb->detectAndCompute(img, cv::noArray(), cpu_keypoints, cpu_descriptors);
TEST_CYCLE        176 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() d_matcher->matchAsync(d_query, d_train, d_matches);
TEST_CYCLE        189 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() matcher.match(query, train, cpu_matches);
TEST_CYCLE        235 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() d_matcher->knnMatchAsync(d_query, d_train, d_matches, k);
TEST_CYCLE        251 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() matcher.knnMatch(query, train, matchesTbl, k);
TEST_CYCLE        289 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() d_matcher->radiusMatchAsync(d_query, d_train, d_matches, maxDistance);
TEST_CYCLE        305 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() matcher.radiusMatch(query, train, matchesTbl, maxDistance);
TEST_CYCLE         75 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() blurFilter->apply(d_src, dst);
TEST_CYCLE         83 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::blur(src, dst, cv::Size(ksize, ksize));
TEST_CYCLE        113 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() filter2D->apply(d_src, dst);
TEST_CYCLE        121 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::filter2D(src, dst, -1, kernel);
TEST_CYCLE        148 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() laplacian->apply(d_src, dst);
TEST_CYCLE        156 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::Laplacian(src, dst, -1, ksize);
TEST_CYCLE        183 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() sobel->apply(d_src, dst);
TEST_CYCLE        191 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::Sobel(src, dst, -1, 1, 1, ksize);
TEST_CYCLE        217 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() scharr->apply(d_src, dst);
TEST_CYCLE        225 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::Scharr(src, dst, -1, 1, 0);
TEST_CYCLE        252 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() gauss->apply(d_src, dst);
TEST_CYCLE        260 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::GaussianBlur(src, dst, cv::Size(ksize, ksize), 0.5);
TEST_CYCLE        288 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() erode->apply(d_src, dst);
TEST_CYCLE        296 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::erode(src, dst, ker);
TEST_CYCLE        324 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() dilate->apply(d_src, dst);
TEST_CYCLE        332 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::dilate(src, dst, ker);
TEST_CYCLE        365 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() morph->apply(d_src, dst);
TEST_CYCLE        373 modules/cudafilters/perf/perf_filters.cpp         TEST_CYCLE() cv::morphologyEx(src, dst, morphOp, ker);
TEST_CYCLE         81 modules/cudaimgproc/perf/perf_bilateral_filter.cpp         TEST_CYCLE() cv::cuda::bilateralFilter(d_src, dst, kernel_size, sigma_color, sigma_spatial, borderMode);
TEST_CYCLE         89 modules/cudaimgproc/perf/perf_bilateral_filter.cpp         TEST_CYCLE() cv::bilateralFilter(src, dst, kernel_size, sigma_color, sigma_spatial, borderMode);
TEST_CYCLE         78 modules/cudaimgproc/perf/perf_blend.cpp         TEST_CYCLE() cv::cuda::blendLinear(d_img1, d_img2, d_weights1, d_weights2, dst);
TEST_CYCLE         76 modules/cudaimgproc/perf/perf_canny.cpp         TEST_CYCLE() canny->detect(d_image, dst);
TEST_CYCLE         84 modules/cudaimgproc/perf/perf_canny.cpp         TEST_CYCLE() cv::Canny(image, dst, low_thresh, high_thresh, apperture_size, useL2gradient);
TEST_CYCLE         91 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cuda::cvtColor(d_src, dst, info.code, info.dcn);
TEST_CYCLE         99 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cvtColor(src, dst, info.code, info.dcn);
TEST_CYCLE        130 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cuda::cvtColor(d_src, dst, info.code, info.dcn);
TEST_CYCLE        138 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cvtColor(src, dst, info.code, info.dcn);
TEST_CYCLE        170 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cuda::demosaicing(d_src, dst, code);
TEST_CYCLE        184 modules/cudaimgproc/perf/perf_color.cpp             TEST_CYCLE() cv::cvtColor(src, dst, code);
TEST_CYCLE        208 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cuda::swapChannels(dst, dstOrder);
TEST_CYCLE        244 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cuda::alphaComp(d_img1, d_img2, dst, alpha_op);
TEST_CYCLE         81 modules/cudaimgproc/perf/perf_corners.cpp         TEST_CYCLE() harris->compute(d_img, dst);
TEST_CYCLE         89 modules/cudaimgproc/perf/perf_corners.cpp         TEST_CYCLE() cv::cornerHarris(img, dst, blockSize, apertureSize, k, borderMode);
TEST_CYCLE        123 modules/cudaimgproc/perf/perf_corners.cpp         TEST_CYCLE() minEigenVal->compute(d_img, dst);
TEST_CYCLE        131 modules/cudaimgproc/perf/perf_corners.cpp         TEST_CYCLE() cv::cornerMinEigenVal(img, dst, blockSize, apertureSize, borderMode);
TEST_CYCLE         74 modules/cudaimgproc/perf/perf_gftt.cpp         TEST_CYCLE() d_detector->detect(d_image, pts);
TEST_CYCLE         82 modules/cudaimgproc/perf/perf_gftt.cpp         TEST_CYCLE() cv::goodFeaturesToTrack(image, pts, maxCorners, qualityLevel, minDistance);
TEST_CYCLE         67 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() cv::cuda::histEven(d_src, dst, 30, 0, 180);
TEST_CYCLE         81 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() cv::calcHist(&src, 1, channels, cv::Mat(), dst, 1, histSize, ranges);
TEST_CYCLE        109 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() cv::cuda::histEven(d_src, d_hist, histSize, lowerLevel, upperLevel);
TEST_CYCLE        143 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() cv::cuda::calcHist(d_src, dst);
TEST_CYCLE        169 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() cv::cuda::equalizeHist(d_src, dst);
TEST_CYCLE        177 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() cv::equalizeHist(src, dst);
TEST_CYCLE        204 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() clahe->apply(d_src, dst);
TEST_CYCLE        213 modules/cudaimgproc/perf/perf_histogram.cpp         TEST_CYCLE() clahe->apply(src, dst);
TEST_CYCLE        109 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() hough->detect(d_src, d_lines);
TEST_CYCLE        121 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() cv::HoughLines(src, cpu_lines, rho, theta, threshold);
TEST_CYCLE        158 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() hough->detect(d_mask, d_lines);
TEST_CYCLE        170 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() cv::HoughLinesP(mask, cpu_lines, rho, theta, threshold, minLineLength, maxLineGap);
TEST_CYCLE        209 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() houghCircles->detect(d_src, d_circles);
TEST_CYCLE        221 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() cv::HoughCircles(src, cpu_circles, cv::HOUGH_GRADIENT, dp, minDist, cannyThreshold, votesThreshold, minRadius, maxRadius);
TEST_CYCLE        260 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() alg->detect(d_edges, d_dx, d_dy, positions);
TEST_CYCLE        272 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() alg->detect(edges, dx, dy, positions);
TEST_CYCLE        331 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() alg->detect(d_edges, d_dx, d_dy, positions);
TEST_CYCLE        343 modules/cudaimgproc/perf/perf_hough.cpp         TEST_CYCLE() alg->detect(edges, dx, dy, positions);
TEST_CYCLE         81 modules/cudaimgproc/perf/perf_match_template.cpp         TEST_CYCLE() alg->match(d_image, d_templ, dst);
TEST_CYCLE         89 modules/cudaimgproc/perf/perf_match_template.cpp         TEST_CYCLE() cv::matchTemplate(image, templ, dst, method);
TEST_CYCLE        123 modules/cudaimgproc/perf/perf_match_template.cpp         TEST_CYCLE() alg->match(d_image, d_templ, dst);
TEST_CYCLE        131 modules/cudaimgproc/perf/perf_match_template.cpp         TEST_CYCLE() cv::matchTemplate(image, templ, dst, method);
TEST_CYCLE         73 modules/cudaimgproc/perf/perf_mean_shift.cpp         TEST_CYCLE() cv::cuda::meanShiftFiltering(d_src, dst, sp, sr);
TEST_CYCLE         81 modules/cudaimgproc/perf/perf_mean_shift.cpp         TEST_CYCLE() cv::pyrMeanShiftFiltering(img, dst, sp, sr);
TEST_CYCLE        110 modules/cudaimgproc/perf/perf_mean_shift.cpp         TEST_CYCLE() cv::cuda::meanShiftProc(d_src, dstr, dstsp, sp, sr);
TEST_CYCLE        144 modules/cudaimgproc/perf/perf_mean_shift.cpp         TEST_CYCLE() cv::cuda::meanShiftSegmentation(d_src, dst, sp, sr, minsize);
TEST_CYCLE         75 modules/cudalegacy/perf/perf_calib3d.cpp         TEST_CYCLE() cv::cuda::projectPoints(d_src, rvec, tvec, camera_mat, cv::Mat(), dst);
TEST_CYCLE         83 modules/cudalegacy/perf/perf_calib3d.cpp         TEST_CYCLE() cv::projectPoints(src, rvec, tvec, camera_mat, cv::noArray(), dst);
TEST_CYCLE        127 modules/cudalegacy/perf/perf_calib3d.cpp         TEST_CYCLE() cv::cuda::solvePnPRansac(object, image, camera_mat, dist_coef, rvec, tvec);
TEST_CYCLE        134 modules/cudalegacy/perf/perf_calib3d.cpp         TEST_CYCLE() cv::solvePnPRansac(object, image, camera_mat, dist_coef, rvec, tvec);
TEST_CYCLE        157 modules/cudalegacy/perf/perf_labeling.cpp         TEST_CYCLE() cv::cuda::connectivityMask(d_image, mask, cv::Scalar::all(0), cv::Scalar::all(2));
TEST_CYCLE        182 modules/cudalegacy/perf/perf_labeling.cpp         TEST_CYCLE() cv::cuda::labelComponents(d_mask, components);
TEST_CYCLE        190 modules/cudalegacy/perf/perf_labeling.cpp         TEST_CYCLE() host(host._labels);
TEST_CYCLE         77 modules/cudaobjdetect/perf/perf_objdetect.cpp         TEST_CYCLE() d_hog->detectMultiScale(d_img, gpu_found_locations);
TEST_CYCLE         90 modules/cudaobjdetect/perf/perf_objdetect.cpp         TEST_CYCLE() hog.detectMultiScale(img, cpu_found_locations);
TEST_CYCLE        116 modules/cudaobjdetect/perf/perf_objdetect.cpp         TEST_CYCLE() d_cascade->detectMultiScale(d_img, objects_buffer);
TEST_CYCLE        131 modules/cudaobjdetect/perf/perf_objdetect.cpp         TEST_CYCLE() cascade.detectMultiScale(img, cpu_rects);
TEST_CYCLE        154 modules/cudaobjdetect/perf/perf_objdetect.cpp         TEST_CYCLE() d_cascade->detectMultiScale(d_img, objects_buffer);
TEST_CYCLE        169 modules/cudaobjdetect/perf/perf_objdetect.cpp         TEST_CYCLE() cascade.detectMultiScale(img, cpu_rects);
TEST_CYCLE         80 modules/cudaoptflow/perf/perf_optflow.cpp         TEST_CYCLE() d_alg->calc(d_frame0, d_frame1, flow);
TEST_CYCLE        148 modules/cudaoptflow/perf/perf_optflow.cpp         TEST_CYCLE() d_pyrLK->calc(d_frame0, d_frame1, d_pts, nextPts, status);
TEST_CYCLE        158 modules/cudaoptflow/perf/perf_optflow.cpp         TEST_CYCLE()
TEST_CYCLE        205 modules/cudaoptflow/perf/perf_optflow.cpp         TEST_CYCLE() d_pyrLK->calc(d_frame0, d_frame1, flow);
TEST_CYCLE        254 modules/cudaoptflow/perf/perf_optflow.cpp         TEST_CYCLE() d_farneback->calc(d_frame0, d_frame1, flow);
TEST_CYCLE        269 modules/cudaoptflow/perf/perf_optflow.cpp         TEST_CYCLE() cv::calcOpticalFlowFarneback(frame0, frame1, flow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags);
TEST_CYCLE        298 modules/cudaoptflow/perf/perf_optflow.cpp         TEST_CYCLE() d_alg->calc(d_frame0, d_frame1, flow);
TEST_CYCLE        317 modules/cudaoptflow/perf/perf_optflow.cpp         TEST_CYCLE() alg->calc(frame0, frame1, flow);
TEST_CYCLE         76 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() d_bm->compute(d_imgLeft, d_imgRight, dst);
TEST_CYCLE         86 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() bm->compute(imgLeft, imgRight, dst);
TEST_CYCLE        116 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() d_bp->compute(d_imgLeft, d_imgRight, dst);
TEST_CYCLE        150 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() d_csbp->compute(d_imgLeft, d_imgRight, dst);
TEST_CYCLE        182 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() d_filter->apply(d_disp, d_img, dst);
TEST_CYCLE        213 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() cv::cuda::reprojectImageTo3D(d_src, dst, Q);
TEST_CYCLE        221 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() cv::reprojectImageTo3D(src, dst, Q);
TEST_CYCLE        245 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() cv::cuda::drawColorDisp(d_src, dst, 255);
TEST_CYCLE        127 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::remap(d_src, dst, d_xmap, d_ymap, interpolation, borderMode);
TEST_CYCLE        135 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::remap(src, dst, xmap, ymap, interpolation, borderMode);
TEST_CYCLE        171 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::resize(d_src, dst, cv::Size(), f, f, interpolation);
TEST_CYCLE        179 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::resize(src, dst, cv::Size(), f, f, interpolation);
TEST_CYCLE        214 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::resize(d_src, dst, cv::Size(), f, f, interpolation);
TEST_CYCLE        222 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::resize(src, dst, cv::Size(), f, f, interpolation);
TEST_CYCLE        266 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::warpAffine(d_src, dst, M, size, interpolation, borderMode);
TEST_CYCLE        274 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::warpAffine(src, dst, M, size, interpolation, borderMode);
TEST_CYCLE        314 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::warpPerspective(d_src, dst, M, size, interpolation, borderMode);
TEST_CYCLE        322 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::warpPerspective(src, dst, M, size, interpolation, borderMode);
TEST_CYCLE        354 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::rotate(d_src, dst, size, 30.0, 0, 0, interpolation);
TEST_CYCLE        386 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::pyrDown(d_src, dst);
TEST_CYCLE        394 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::pyrDown(src, dst);
TEST_CYCLE        422 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::pyrUp(d_src, dst);
TEST_CYCLE        430 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::pyrUp(src, dst);
TEST_CYCLE         39 modules/features2d/perf/perf_agast.cpp     TEST_CYCLE() fd->detect(frame, points);
TEST_CYCLE         41 modules/features2d/perf/perf_batchDistance.cpp     TEST_CYCLE()
TEST_CYCLE         68 modules/features2d/perf/perf_batchDistance.cpp     TEST_CYCLE()
TEST_CYCLE         96 modules/features2d/perf/perf_batchDistance.cpp     TEST_CYCLE()
TEST_CYCLE        124 modules/features2d/perf/perf_batchDistance.cpp     TEST_CYCLE()
TEST_CYCLE         37 modules/features2d/perf/perf_fast.cpp     TEST_CYCLE() fd->detect(frame, points);
TEST_CYCLE         28 modules/features2d/perf/perf_orb.cpp     TEST_CYCLE() detector->detect(frame, points, mask);
TEST_CYCLE         52 modules/features2d/perf/perf_orb.cpp     TEST_CYCLE() detector->compute(frame, points, descriptors);
TEST_CYCLE         72 modules/features2d/perf/perf_orb.cpp     TEST_CYCLE() detector->detectAndCompute(frame, mask, points, descriptors, false);
TEST_CYCLE         35 modules/imgproc/perf/perf_bilateral.cpp     TEST_CYCLE() bilateralFilter(src, dst, d, sigmaColor, sigmaSpace, BORDER_DEFAULT);
TEST_CYCLE         32 modules/imgproc/perf/perf_blur.cpp     TEST_CYCLE() medianBlur(src, dst, ksize);
TEST_CYCLE         63 modules/imgproc/perf/perf_blur.cpp     TEST_CYCLE() GaussianBlur(src, dst, Size(3,3), 0, 0, btype);
TEST_CYCLE         85 modules/imgproc/perf/perf_blur.cpp     TEST_CYCLE() blur(src, dst, Size(3,3), Point(-1,-1), btype);
TEST_CYCLE        112 modules/imgproc/perf/perf_blur.cpp     TEST_CYCLE() blur(src, dst, Size(16,16), Point(-1,-1), btype);
TEST_CYCLE        134 modules/imgproc/perf/perf_blur.cpp     TEST_CYCLE() boxFilter(src, dst, -1, Size(3,3), Point(-1,-1), false, btype);
TEST_CYCLE        184 modules/imgproc/perf/perf_blur.cpp     TEST_CYCLE() GaussianBlur(src, dst, Size(5,5), 0, 0, btype);
TEST_CYCLE        206 modules/imgproc/perf/perf_blur.cpp     TEST_CYCLE() blur(src, dst, Size(5,5), Point(-1,-1), btype);
TEST_CYCLE         34 modules/imgproc/perf/perf_canny.cpp     TEST_CYCLE() Canny(img, edges, thresh_low, thresh_high, aperture, useL2);
TEST_CYCLE         35 modules/imgproc/perf/perf_corners.cpp     TEST_CYCLE() cornerHarris(src, dst, blockSize, apertureSize, k, borderType);
TEST_CYCLE         62 modules/imgproc/perf/perf_corners.cpp     TEST_CYCLE() cornerEigenValsAndVecs(src, dst, blockSize, apertureSize, borderType);
TEST_CYCLE         89 modules/imgproc/perf/perf_corners.cpp     TEST_CYCLE() cornerMinEigenVal(src, dst, blockSize, apertureSize, borderType);
TEST_CYCLE        292 modules/imgproc/perf/perf_cvt_color.cpp     TEST_CYCLE() cvtColor(src, dst, mode, ch.dcn);
TEST_CYCLE        368 modules/imgproc/perf/perf_cvt_color.cpp     TEST_CYCLE() cvtColor(src, dst, mode, 3);
TEST_CYCLE         65 modules/imgproc/perf/perf_distanceTransform.cpp     TEST_CYCLE() distanceTransform( src, dst, distanceType, maskSize, dstType);
TEST_CYCLE         96 modules/imgproc/perf/perf_distanceTransform.cpp     TEST_CYCLE() distanceTransform( src, dst, label, distanceType, maskSize, labelType);
TEST_CYCLE         40 modules/imgproc/perf/perf_filter2d.cpp     TEST_CYCLE() filter2D(src, dst, CV_8UC4, kernel, Point(1, 1), 0., borderMode);
TEST_CYCLE         68 modules/imgproc/perf/perf_filter2d.cpp     TEST_CYCLE()
TEST_CYCLE         35 modules/imgproc/perf/perf_goodFeaturesToTrack.cpp     TEST_CYCLE() goodFeaturesToTrack(image, corners, maxCorners, qualityLevel, minDistance, noArray(), blockSize, useHarrisDetector);
TEST_CYCLE         66 modules/imgproc/perf/perf_histogram.cpp     TEST_CYCLE()
TEST_CYCLE         94 modules/imgproc/perf/perf_histogram.cpp     TEST_CYCLE()
TEST_CYCLE        112 modules/imgproc/perf/perf_histogram.cpp     TEST_CYCLE()
TEST_CYCLE        138 modules/imgproc/perf/perf_histogram.cpp     TEST_CYCLE() clahe->apply(src, dst);
TEST_CYCLE         37 modules/imgproc/perf/perf_houghLines.cpp     TEST_CYCLE() HoughLines(image, lines, rhoStep, thetaStep, threshold);
TEST_CYCLE         29 modules/imgproc/perf/perf_integral.cpp     TEST_CYCLE() integral(src, sum, sdepth);
TEST_CYCLE         53 modules/imgproc/perf/perf_integral.cpp     TEST_CYCLE() integral(src, sum, sqsum, sdepth);
TEST_CYCLE         79 modules/imgproc/perf/perf_integral.cpp     TEST_CYCLE() integral(src, sum, sqsum, tilted, sdepth);
TEST_CYCLE         39 modules/imgproc/perf/perf_matchTemplate.cpp     TEST_CYCLE() matchTemplate(img, tmpl, result, method);
TEST_CYCLE         73 modules/imgproc/perf/perf_matchTemplate.cpp     TEST_CYCLE() matchTemplate(img, tmpl, result, method);
TEST_CYCLE         35 modules/imgproc/perf/perf_moments.cpp     TEST_CYCLE() m = cv::moments(src, binaryImage);
TEST_CYCLE         38 modules/imgproc/perf/perf_morph.cpp     TEST_CYCLE() dilate(src, dst, noArray());
TEST_CYCLE         19 modules/imgproc/perf/perf_phasecorr.cpp     TEST_CYCLE() cv::createHanningWindow(dst, size, CV_32FC1);
TEST_CYCLE         25 modules/imgproc/perf/perf_pyramids.cpp     TEST_CYCLE() pyrDown(src, dst);
TEST_CYCLE         46 modules/imgproc/perf/perf_pyramids.cpp     TEST_CYCLE() pyrUp(src, dst);
TEST_CYCLE         67 modules/imgproc/perf/perf_pyramids.cpp     TEST_CYCLE() buildPyramid(src, dst, maxLevel);
TEST_CYCLE        118 modules/imgproc/perf/perf_resize.cpp     TEST_CYCLE() resize(src, dst, dst.size(), 0, 0, INTER_AREA);
TEST_CYCLE         52 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 3, 1, 0, border);
TEST_CYCLE         80 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 3, 1, 0, border);
TEST_CYCLE        105 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 5, 1, 0, border);
TEST_CYCLE        133 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, 5, 1, 0, border);
TEST_CYCLE        160 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Scharr(src, dst, ddepth, dx, dy, 1, 0, border);
TEST_CYCLE        188 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Scharr(src, dst, ddepth, dx, dy, 1, 0, border);
TEST_CYCLE        213 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, -1, 1, 0, border);
TEST_CYCLE        241 modules/imgproc/perf/perf_sepfilters.cpp     TEST_CYCLE() Sobel(src, dst, ddepth, dx, dy, -1, 1, 0, border);
TEST_CYCLE         89 modules/imgproc/perf/perf_threshold.cpp     TEST_CYCLE() adaptiveThreshold(src, dst, maxValue, adaptThreshMethod, adaptThreshType, blockSize, C);
TEST_CYCLE         44 modules/imgproc/perf/perf_warp.cpp     TEST_CYCLE() warpAffine( src, dst, warpMat, sz, interType, borderMode, borderColor );
TEST_CYCLE         82 modules/imgproc/perf/perf_warp.cpp     TEST_CYCLE() warpPerspective( src, dst, warpMat, sz, interType, borderMode, borderColor );
TEST_CYCLE        125 modules/imgproc/perf/perf_warp.cpp     TEST_CYCLE()
TEST_CYCLE        163 modules/imgproc/perf/perf_warp.cpp     TEST_CYCLE()
TEST_CYCLE        217 modules/imgproc/perf/perf_warp.cpp     TEST_CYCLE()
TEST_CYCLE         91 modules/photo/perf/perf_cuda.cpp         TEST_CYCLE() cv::cuda::nonLocalMeans(d_src, dst, h, search_widow_size, block_size, borderMode);
TEST_CYCLE        132 modules/photo/perf/perf_cuda.cpp         TEST_CYCLE() cv::cuda::fastNlMeansDenoising(d_src, dst, h, search_widow_size, block_size);
TEST_CYCLE        140 modules/photo/perf/perf_cuda.cpp         TEST_CYCLE() cv::fastNlMeansDenoising(src, dst, h, block_size, search_widow_size);
TEST_CYCLE        175 modules/photo/perf/perf_cuda.cpp         TEST_CYCLE() cv::cuda::fastNlMeansDenoisingColored(d_src, dst, h, h, search_widow_size, block_size);
TEST_CYCLE        183 modules/photo/perf/perf_cuda.cpp         TEST_CYCLE() cv::fastNlMeansDenoisingColored(src, dst, h, h, block_size, search_widow_size);
TEST_CYCLE         34 modules/photo/perf/perf_inpaint.cpp     TEST_CYCLE() inpaint(src, mask, result, 10.0, inpaintingMethod);
TEST_CYCLE         60 modules/video/perf/perf_ecc.cpp     TEST_CYCLE()
TEST_CYCLE        215 modules/video/perf/perf_optflowpyrlk.cpp     TEST_CYCLE()
TEST_CYCLE         34 modules/videoio/perf/perf_input.cpp   TEST_CYCLE() cap.open(filename);
TEST_CYCLE         34 modules/videoio/perf/perf_output.cpp   TEST_CYCLE() { image = imread(filename, 1); writer << image; }