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

  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 422 GpuMat image_block, templ_block, result_data;
449 createContinuous(dft_size, CV_32F, templ_block);
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);
496 cufftSafeCall( cufftExecR2C(planR2C, templ_block.ptr<cufftReal>(), templ_spect.ptr<cufftComplex>()) );
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 125 UMat image_block, templ_block, result_data; member in struct:cv::ConvolveBuf
157 templ_block.create(dft_size, CV_32F);
187 UMat& templ_block = buf.templ_block; local
195 copyMakeBorder(templ_roi, templ_block, 0, templ_block.rows - templ_roi.rows, 0,
196 templ_block.cols - templ_roi.cols, BORDER_ISOLATED);
198 dft(templ_block, templ_spect, 0, templ.rows);
    [all...]

Completed in 92 milliseconds