Searched refs:result_roi (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_match_template.cpp | 93 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/ |
D | arithm.cpp | 519 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/ |
D | templmatch.cpp | 226 UMat result_roi(result, roi1); in convolve_dft() local 229 result_block.copyTo(result_roi); in convolve_dft()
|