HomeSort by relevance Sort by last modified time
    Searched refs:OCL_OFF (Results 1 - 25 of 30) sorted by null

1 2

  /external/opencv3/modules/stitching/test/ocl/
test_warpers.cpp 94 OCL_OFF(warper->buildMaps(src.size(), K, R, xmap, ymap));
97 OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst));
115 OCL_OFF(warper->buildMaps(src.size(), K, R, xmap, ymap));
118 OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst));
136 OCL_OFF(warper->buildMaps(src.size(), K, R, xmap, ymap));
139 OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst));
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 107 OCL_OFF(cv::LUT(src_roi, lut_roi, dst_roi));
202 OCL_OFF(cv::add(src1_roi, src2_roi, dst1_roi));
214 OCL_OFF(cv::add(src1_roi, src2_roi, dst1_roi, mask_roi));
226 OCL_OFF(cv::add(src1_roi, val, dst1_roi));
238 OCL_OFF(cv::add(src1_roi, val, dst1_roi, mask_roi));
254 OCL_OFF(cv::subtract(src1_roi, src2_roi, dst1_roi));
266 OCL_OFF(cv::subtract(src1_roi, src2_roi, dst1_roi, mask_roi));
278 OCL_OFF(cv::subtract(val, src1_roi, dst1_roi));
290 OCL_OFF(cv::subtract(src1_roi, val, dst1_roi, mask_roi));
306 OCL_OFF(cv::multiply(src1_roi, src2_roi, dst1_roi))
    [all...]
test_matrix_operation.cpp 96 OCL_OFF(src_roi.convertTo(dst_roi, dstType, alpha, beta));
163 OCL_OFF(src_roi.copyTo(dst_roi, mask_roi));
168 OCL_OFF(src_roi.copyTo(dst_roi));
186 OCL_OFF(dst_roi.setTo(val, mask_roi));
191 OCL_OFF(dst_roi.setTo(val));
test_dft.cpp 112 OCL_OFF(cv::dft(src, dst, dft_flags, nonzero_rows));
169 OCL_OFF(cv::mulSpectrums(src1_roi, src2_roi, dst_roi, 0, ccorr));
test_channels.cpp 139 OCL_OFF(cv::merge(src_roi, dst_roi));
217 OCL_OFF(cv::split(src_roi, dst_roi));
356 OCL_OFF(cv::mixChannels(src_roi, dst_roi, fromTo));
406 OCL_OFF(cv::insertChannel(src_roi, dst_roi, coi));
452 OCL_OFF(cv::extractChannel(src_roi, dst_roi, coi));
test_gemm.cpp 136 OCL_OFF(cv::gemm(A_roi, B_roi, alpha, C_roi, beta, D_roi, flags));
  /external/opencv3/modules/imgproc/test/ocl/
test_accumulate.cpp 112 OCL_OFF(cv::accumulate(src_roi, dst_roi));
125 OCL_OFF(cv::accumulate(src_roi, dst_roi, mask_roi));
142 OCL_OFF(cv::accumulateSquare(src_roi, dst_roi));
155 OCL_OFF(cv::accumulateSquare(src_roi, dst_roi, mask_roi));
172 OCL_OFF(cv::accumulateProduct(src_roi, src2_roi, dst_roi));
185 OCL_OFF(cv::accumulateProduct(src_roi, src2_roi, dst_roi, mask_roi));
202 OCL_OFF(cv::accumulateWeighted(src_roi, dst_roi, alpha));
215 OCL_OFF(cv::accumulateWeighted(src_roi, dst_roi, alpha));
test_filters.cpp 141 OCL_OFF(cv::bilateralFilter(src_roi, dst_roi, ksize, sigmacolor, sigmaspace, borderType));
161 OCL_OFF(cv::Laplacian(src_roi, dst_roi, -1, ksize, scale, 10, borderType));
183 OCL_OFF(cv::Sobel(src_roi, dst_roi, -1, dx, dy, ksize, scale, /* delta */0, borderType));
204 OCL_OFF(cv::Scharr(src_roi, dst_roi, -1, dx, dy, scale, /* delta */ 0, borderType));
225 OCL_OFF(cv::GaussianBlur(src_roi, dst_roi, Size(ksize, ksize), sigma1, sigma2, borderType));
247 OCL_OFF(cv::erode(src_roi, dst_roi, kernel, Point(-1, -1), iterations) );
269 OCL_OFF(cv::dilate(src_roi, dst_roi, kernel, Point(-1, -1), iterations) );
346 OCL_OFF(cv::morphologyEx(src_roi, dst_roi, op, kernel, Point(-1, -1), iterations) );
test_imgproc.cpp 167 OCL_OFF(cv::copyMakeBorder(src_roi, dst_roi, border.top, border.bot, border.lef, border.rig, borderType, val));
184 OCL_OFF(cv::equalizeHist(src_roi, dst_roi));
235 OCL_OFF(cv::cornerMinEigenVal(src_roi, dst_roi, blockSize, apertureSize, borderType));
255 OCL_OFF(cv::cornerHarris(src_roi, dst_roi, blockSize, apertureSize, k, borderType));
274 OCL_OFF(cv::preCornerDetect(src_roi, dst_roi, apertureSize, borderType));
333 OCL_OFF(cv::integral(src_roi, dst_roi, sdepth));
346 OCL_OFF(cv::integral(src_roi, dst_roi, dst2_roi, sdepth, sqdepth));
378 OCL_OFF(cv::threshold(src_roi, dst_roi, thresh, maxVal, thresholdType));
430 OCL_OFF(clahe->apply(src_roi, dst_roi));
test_boxfilter.cpp 109 OCL_OFF(cv::boxFilter(src_roi, dst_roi, -1, ksize, anchor, normalize, borderType));
126 OCL_OFF(cv::sqrBoxFilter(src_roi, dst_roi, ddepth, ksize, anchor, normalize, borderType));
test_pyramids.cpp 103 OCL_OFF(pyrDown(src_roi, dst_roi, dst_roiSize, borderType));
130 OCL_OFF(pyrUp(src_roi, dst_roi, dst_roiSize, borderType));
test_medianfilter.cpp 96 OCL_OFF(cv::medianBlur(src_roi, dst_roi, ksize));
test_canny.cpp 108 OCL_OFF(cv::Canny(src_roi, dst_roi, low_thresh, high_thresh, apperture_size, useL2gradient));
test_match_template.cpp 120 OCL_OFF(cv::matchTemplate(image_roi, templ_roi, result_roi, method));
test_histogram.cpp 179 OCL_OFF(calcBackProject(&frame1, 1, 0, hist1, dst1, &ranges1, 1, true));
205 OCL_OFF(cv::calcBackProject(images_roi, channels, hist_roi, dst_roi, ranges, scale));
263 OCL_OFF(cv::calcHist(std::vector<Mat>(1, src_roi), channels, noArray(), hist_roi, histSize, ranges, false));
test_houghlines.cpp 88 OCL_OFF(cv::HoughLines(src, dst, rhoStep, thetaStep, threshold));
100 OCL_OFF(cv::HoughLines(src, dst, rhoStep, thetaStep, threshold));
168 OCL_OFF(cv::HoughLinesP(src, dst, rhoStep, thetaStep, threshold, minLineLength, maxGap));
test_warp.cpp 130 OCL_OFF(cv::warpAffine(src_roi, dst_roi, M, dsize, interpolation));
157 OCL_OFF(cv::warpPerspective(src_roi, dst_roi, M, dsize, interpolation));
229 OCL_OFF(cv::resize(src_roi, dst_roi, Size(), fx, fy, interpolation));
307 OCL_OFF(cv::remap(src_roi, dst_roi, map1_roi, map2_roi, INTER_NEAREST, borderType, val));
329 OCL_OFF(cv::remap(src_roi, dst_roi, map1_roi, map2_roi, INTER_LINEAR, borderType, val));
test_blend.cpp 117 OCL_OFF(cv::blendLinear(src1_roi, src2_roi, weights1_roi, weights2_roi, dst_roi));
test_filter2d.cpp 117 OCL_OFF(cv::filter2D(src_roi, dst_roi, -1, kernel, anchor, delta, borderType));
  /external/opencv3/modules/video/test/ocl/
test_bgfg_mog2.cpp 69 OCL_OFF(mog2_cpu->apply(frame, foreground));
110 OCL_OFF(mog2_cpu->apply(frame, foreground));
115 OCL_OFF(mog2_cpu->getBackgroundImage(background));
test_optflow_tvl1flow.cpp 101 OCL_OFF(alg->calc(frame0, frame1, flow));
test_optflow_farneback.cpp 101 OCL_OFF(cv::calcOpticalFlowFarneback(frame0, frame1, flow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags));
  /external/opencv3/modules/objdetect/test/opencl/
test_hogdetector.cpp 88 OCL_OFF(hog.compute(img, cpu_descriptors, hog.winSize));
110 OCL_OFF(hog.detectMultiScale(img, cpu_found, 0, Size(8, 8), Size(0, 0), 1.05, 6));
  /external/opencv3/modules/photo/test/ocl/
test_denoising.cpp 85 OCL_OFF(cv::fastNlMeansDenoising(src_roi, dst_roi, std::vector<float>(1, h[0]), templateWindowSize, searchWindowSize, normType));
100 OCL_OFF(cv::fastNlMeansDenoising(src_roi, dst_roi, h, templateWindowSize, searchWindowSize, normType));
115 OCL_OFF(cv::fastNlMeansDenoisingColored(src_roi, dst_roi, h[0], h[0], templateWindowSize, searchWindowSize));
  /external/opencv3/modules/calib3d/test/opencl/
test_stereobm.cpp 86 OCL_OFF(bm->compute(left, right, disp));

Completed in 503 milliseconds

1 2