Home
last modified time | relevance | path

Searched refs:templ_block (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaarithm/src/
Darithm.cpp422 GpuMat image_block, templ_block, result_data; member in __anon9ba760c90411::ConvolutionImpl
449 createContinuous(dft_size, CV_32F, templ_block); in create()
493 cuda::copyMakeBorder(templ_roi, templ_block, 0, templ_block.rows - templ_roi.rows, 0, in convolve()
494 templ_block.cols - templ_roi.cols, 0, Scalar(), _stream); in convolve()
496 …cufftSafeCall( cufftExecR2C(planR2C, templ_block.ptr<cufftReal>(), templ_spect.ptr<cufftComplex>()… in convolve()
/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp125 UMat image_block, templ_block, result_data; member
157 templ_block.create(dft_size, CV_32F); in create()
187 UMat& templ_block = buf.templ_block; in convolve_dft() local
195 copyMakeBorder(templ_roi, templ_block, 0, templ_block.rows - templ_roi.rows, 0, in convolve_dft()
196 templ_block.cols - templ_roi.cols, BORDER_ISOLATED); in convolve_dft()
198 dft(templ_block, templ_spect, 0, templ.rows); in convolve_dft()