Home
last modified time | relevance | path

Searched refs:result_roi (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/test/ocl/
Dtest_match_template.cpp93 randomSubMat(result, result_roi, result_roiSize, resultBorder, CV_32FC1, -upValue, upValue); in CV_ENUM()
120 OCL_OFF(cv::matchTemplate(image_roi, templ_roi, result_roi, method)); in OCL_TEST_P()
/external/opencv3/modules/cudaarithm/src/
Darithm.cpp519 GpuMat result_roi(result_roi_size, result.type(), in convolve() local
524 result_block.copyTo(result_roi, _stream); in convolve()
/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp226 UMat result_roi(result, roi1); in convolve_dft() local
229 result_block.copyTo(result_roi); in convolve_dft()