/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 108 OCL_ON(cv::LUT(usrc_roi, ulut_roi, udst_roi)); in OCL_TEST_P() 203 OCL_ON(cv::add(usrc1_roi, usrc2_roi, udst1_roi)); in OCL_TEST_P() 215 OCL_ON(cv::add(usrc1_roi, usrc2_roi, udst1_roi, umask_roi)); in OCL_TEST_P() 227 OCL_ON(cv::add(val, usrc1_roi, udst1_roi)); in OCL_TEST_P() 239 OCL_ON(cv::add(usrc1_roi, val, udst1_roi, umask_roi)); in OCL_TEST_P() 255 OCL_ON(cv::subtract(usrc1_roi, usrc2_roi, udst1_roi)); in OCL_TEST_P() 267 OCL_ON(cv::subtract(usrc1_roi, usrc2_roi, udst1_roi, umask_roi)); in OCL_TEST_P() 279 OCL_ON(cv::subtract(val, usrc1_roi, udst1_roi)); in OCL_TEST_P() 291 OCL_ON(cv::subtract(usrc1_roi, val, udst1_roi, umask_roi)); in OCL_TEST_P() 307 OCL_ON(cv::multiply(usrc1_roi, usrc2_roi, udst1_roi)); in OCL_TEST_P() [all …]
|
D | test_matrix_operation.cpp | 97 OCL_ON(usrc_roi.convertTo(udst_roi, dstType, alpha, beta)); in OCL_TEST_P() 164 OCL_ON(usrc_roi.copyTo(udst_roi, umask_roi)); in OCL_TEST_P() 169 OCL_ON(usrc_roi.copyTo(udst_roi)); in OCL_TEST_P() 187 OCL_ON(udst_roi.setTo(val, umask_roi)); in OCL_TEST_P() 192 OCL_ON(udst_roi.setTo(val)); in OCL_TEST_P()
|
D | test_channels.cpp | 140 OCL_ON(cv::merge(usrc_roi, udst_roi)); in OCL_TEST_P() 218 OCL_ON(cv::split(usrc_roi, udst_roi)); in OCL_TEST_P() 357 OCL_ON(cv::mixChannels(usrc_roi, udst_roi, fromTo)); in OCL_TEST_P() 407 OCL_ON(cv::insertChannel(usrc_roi, udst_roi, coi)); in OCL_TEST_P() 453 OCL_ON(cv::extractChannel(usrc_roi, udst_roi, coi)); in OCL_TEST_P()
|
D | test_dft.cpp | 113 OCL_ON(cv::dft(usrc, udst, dft_flags, nonzero_rows)); in OCL_TEST_P() 170 OCL_ON(cv::mulSpectrums(usrc1_roi, usrc2_roi, udst_roi, 0, ccorr)); in OCL_TEST_P()
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_accumulate.cpp | 113 OCL_ON(cv::accumulate(usrc_roi, udst_roi)); in OCL_TEST_P() 126 OCL_ON(cv::accumulate(usrc_roi, udst_roi, umask_roi)); in OCL_TEST_P() 143 OCL_ON(cv::accumulateSquare(usrc_roi, udst_roi)); in OCL_TEST_P() 156 OCL_ON(cv::accumulateSquare(usrc_roi, udst_roi, umask_roi)); in OCL_TEST_P() 173 OCL_ON(cv::accumulateProduct(usrc_roi, usrc2_roi, udst_roi)); in OCL_TEST_P() 186 OCL_ON(cv::accumulateProduct(usrc_roi, usrc2_roi, udst_roi, umask_roi)); in OCL_TEST_P() 203 OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha)); in OCL_TEST_P() 216 OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha)); in OCL_TEST_P()
|
D | test_filters.cpp | 142 OCL_ON(cv::bilateralFilter(usrc_roi, udst_roi, ksize, sigmacolor, sigmaspace, borderType)); in OCL_TEST_P() 162 OCL_ON(cv::Laplacian(usrc_roi, udst_roi, -1, ksize, scale, 10, borderType)); in OCL_TEST_P() 184 OCL_ON(cv::Sobel(usrc_roi, udst_roi, -1, dx, dy, ksize, scale, /* delta */0, borderType)); in OCL_TEST_P() 205 OCL_ON(cv::Scharr(usrc_roi, udst_roi, -1, dx, dy, scale, /* delta */ 0, borderType)); in OCL_TEST_P() 226 … OCL_ON(cv::GaussianBlur(usrc_roi, udst_roi, Size(ksize, ksize), sigma1, sigma2, borderType)); in OCL_TEST_P() 248 OCL_ON(cv::erode(usrc_roi, udst_roi, kernel, Point(-1, -1), iterations) ); in OCL_TEST_P() 270 OCL_ON(cv::dilate(usrc_roi, udst_roi, kernel, Point(-1, -1), iterations) ); in OCL_TEST_P() 347 OCL_ON(cv::morphologyEx(usrc_roi, udst_roi, op, kernel, Point(-1, -1), iterations) ); in OCL_TEST_P()
|
D | test_imgproc.cpp | 168 …OCL_ON(cv::copyMakeBorder(usrc_roi, udst_roi, border.top, border.bot, border.lef, border.rig, bord… in OCL_TEST_P() 185 OCL_ON(cv::equalizeHist(usrc_roi, udst_roi)); in OCL_TEST_P() 236 OCL_ON(cv::cornerMinEigenVal(usrc_roi, udst_roi, blockSize, apertureSize, borderType)); in OCL_TEST_P() 256 OCL_ON(cv::cornerHarris(usrc_roi, udst_roi, blockSize, apertureSize, k, borderType)); in OCL_TEST_P() 275 OCL_ON(cv::preCornerDetect(usrc_roi, udst_roi, apertureSize, borderType)); in OCL_TEST_P() 334 OCL_ON(cv::integral(usrc_roi, udst_roi, sdepth)); in OCL_TEST_P() 347 OCL_ON(cv::integral(usrc_roi, udst_roi, udst2_roi, sdepth, sqdepth)); in OCL_TEST_P() 379 OCL_ON(cv::threshold(usrc_roi, udst_roi, thresh, maxVal, thresholdType)); in OCL_TEST_P() 431 OCL_ON(clahe->apply(usrc_roi, udst_roi)); in OCL_TEST_P()
|
D | test_warp.cpp | 131 OCL_ON(cv::warpAffine(usrc_roi, udst_roi, M, dsize, interpolation)); in OCL_TEST_P() 158 OCL_ON(cv::warpPerspective(usrc_roi, udst_roi, M, dsize, interpolation)); in OCL_TEST_P() 230 OCL_ON(cv::resize(usrc_roi, udst_roi, Size(), fx, fy, interpolation)); in OCL_TEST_P() 308 OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_NEAREST, borderType, val)); in OCL_TEST_P() 330 OCL_ON(cv::remap(usrc_roi, udst_roi, umap1_roi, umap2_roi, INTER_LINEAR, borderType, val)); in OCL_TEST_P()
|
D | test_houghlines.cpp | 89 OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold)); in OCL_TEST_P() 101 OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold)); in OCL_TEST_P() 169 OCL_ON(cv::HoughLinesP(usrc, udst, rhoStep, thetaStep, threshold, minLineLength, maxGap)); in OCL_TEST_P()
|
D | test_gftt.cpp | 107 OCL_ON(cv::goodFeaturesToTrack(usrc_roi, upoints, maxCorners, qualityLevel, minDistance)); in OCL_TEST_P() 134 OCL_ON(cv::goodFeaturesToTrack(usrc_roi, upoints, maxCorners, qualityLevel, minDistance)); in OCL_TEST_P()
|
D | test_pyramids.cpp | 104 OCL_ON(pyrDown(usrc_roi, udst_roi, dst_roiSize, borderType)); in OCL_TEST_P() 131 OCL_ON(pyrUp(usrc_roi, udst_roi, dst_roiSize, borderType)); in OCL_TEST_P()
|
D | test_histogram.cpp | 180 OCL_ON(calcBackProject(uims, chs, uhist1, udst1, urngs, 1.0)); in PARAM_TEST_CASE() 206 OCL_ON(cv::calcBackProject(uimages_roi, channels, uhist_roi, udst_roi, ranges, scale)); in OCL_TEST_P() 264 …OCL_ON(cv::calcHist(std::vector<UMat>(1, usrc_roi), channels, noArray(), uhist_roi, histSize, rang… in OCL_TEST_P()
|
D | test_boxfilter.cpp | 110 OCL_ON(cv::boxFilter(usrc_roi, udst_roi, -1, ksize, anchor, normalize, borderType)); in OCL_TEST_P() 127 OCL_ON(cv::sqrBoxFilter(usrc_roi, udst_roi, ddepth, ksize, anchor, normalize, borderType)); in OCL_TEST_P()
|
D | test_medianfilter.cpp | 97 OCL_ON(cv::medianBlur(usrc_roi, udst_roi, ksize)); in OCL_TEST_P()
|
D | test_canny.cpp | 109 OCL_ON(cv::Canny(usrc_roi, udst_roi, low_thresh, high_thresh, apperture_size, useL2gradient)); in OCL_TEST_P()
|
D | test_match_template.cpp | 121 OCL_ON(cv::matchTemplate(uimage_roi, utempl_roi, uresult_roi, method)); in OCL_TEST_P()
|
D | test_blend.cpp | 118 OCL_ON(cv::blendLinear(usrc1_roi, usrc2_roi, uweights1_roi, uweights2_roi, udst_roi)); in OCL_TEST_P()
|
D | test_filter2d.cpp | 118 OCL_ON(cv::filter2D(usrc_roi, udst_roi, -1, kernel, anchor, delta, borderType)); in OCL_TEST_P()
|
/external/opencv3/modules/stitching/test/ocl/ |
D | test_warpers.cpp | 95 OCL_ON(warper->buildMaps(usrc.size(), K, R, uxmap, uymap)); in OCL_TEST_F() 98 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst)); in OCL_TEST_F() 116 OCL_ON(warper->buildMaps(usrc.size(), K, R, uxmap, uymap)); in OCL_TEST_F() 119 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst)); in OCL_TEST_F() 137 OCL_ON(warper->buildMaps(usrc.size(), K, R, uxmap, uymap)); in OCL_TEST_F() 140 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst)); in OCL_TEST_F()
|
/external/opencv3/modules/video/test/ocl/ |
D | test_bgfg_mog2.cpp | 70 OCL_ON (mog2_ocl->apply(frame, u_foreground)); in OCL_TEST_P() 111 OCL_ON (mog2_ocl->apply(frame, u_foreground)); in OCL_TEST_P() 118 OCL_ON (mog2_ocl->getBackgroundImage(u_background)); in OCL_TEST_P()
|
D | test_optflow_tvl1flow.cpp | 94 OCL_ON(alg->calc(frame0, frame1, uflow)); in OCL_TEST_P() 102 OCL_ON(alg->calc(frame0, frame1, uflow)); in OCL_TEST_P()
|
D | test_optflow_farneback.cpp | 97 …OCL_ON(cv::calcOpticalFlowFarneback(frame0, frame1, uflow, pyrScale, numLevels, winSize, numIters,… in OCL_TEST_P() 102 …OCL_ON(cv::calcOpticalFlowFarneback(frame0, frame1, uflow, pyrScale, numLevels, winSize, numIters,… in OCL_TEST_P()
|
/external/opencv3/modules/photo/test/ocl/ |
D | test_denoising.cpp | 86 …OCL_ON(cv::fastNlMeansDenoising(usrc_roi, udst_roi, std::vector<float>(1, h[0]), templateWindowSiz… in OCL_TEST_P() 101 …OCL_ON(cv::fastNlMeansDenoising(usrc_roi, udst_roi, h, templateWindowSize, searchWindowSize, normT… in OCL_TEST_P() 116 …OCL_ON(cv::fastNlMeansDenoisingColored(usrc_roi, udst_roi, h[0], h[0], templateWindowSize, searchW… in OCL_TEST_P()
|
/external/opencv3/modules/objdetect/test/opencl/ |
D | test_hogdetector.cpp | 89 OCL_ON(hog.compute(uimg, gpu_descriptors, hog.winSize)); in OCL_TEST_P() 111 OCL_ON(hog.detectMultiScale(uimg, gpu_found, 0, Size(8, 8), Size(0, 0), 1.05, 6)); in OCL_TEST_P()
|
/external/opencv3/modules/calib3d/test/opencl/ |
D | test_stereobm.cpp | 87 OCL_ON(bm->compute(uleft, uright, udisp)); in OCL_TEST_P()
|