HomeSort by relevance Sort by last modified time
    Searched refs:templ_roi (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgproc/test/ocl/
test_match_template.cpp 90 randomSubMat(templ, templ_roi, templ_roiSize, templBorder, type, -upValue, upValue);
120 OCL_OFF(cv::matchTemplate(image_roi, templ_roi, result_roi, method));
  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 492 GpuMat templ_roi(templ.size(), CV_32FC1, templ.data, templ.step);
493 cuda::copyMakeBorder(templ_roi, templ_block, 0, templ_block.rows - templ_roi.rows, 0,
494 templ_block.cols - templ_roi.cols, 0, Scalar(), _stream);
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 194 UMat templ_roi = templ; local
195 copyMakeBorder(templ_roi, templ_block, 0, templ_block.rows - templ_roi.rows, 0,
196 templ_block.cols - templ_roi.cols, BORDER_ISOLATED);
    [all...]

Completed in 197 milliseconds