Searched refs:image_roi (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_match_template.cpp | 87 randomSubMat(image, image_roi, image_roiSize, imageBorder, type, -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 | 505 GpuMat image_roi(image_roi_size, CV_32F, (void*)(image.ptr<float>(y) + x), in convolve() local 507 cuda::copyMakeBorder(image_roi, image_block, 0, image_block.rows - image_roi.rows, in convolve() 508 0, image_block.cols - image_roi.cols, 0, Scalar(), _stream); in convolve()
|
/external/opencv3/modules/imgproc/src/ |
D | templmatch.cpp | 209 UMat image_roi(image, roi0); in convolve_dft() local 211 copyMakeBorder(image_roi, image_block, 0, image_block.rows - image_roi.rows, in convolve_dft() 212 0, image_block.cols - image_roi.cols, BORDER_ISOLATED); in convolve_dft()
|