Searched refs:image_spect (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaarithm/src/ |
D | arithm.cpp | 421 GpuMat image_spect, templ_spect, result_spect; member in __anon9ba760c90411::ConvolutionImpl 453 createContinuous(1, spect_len, CV_32FC2, image_spect); in create() 511 image_spect.ptr<cufftComplex>())); in convolve() 512 cuda::mulAndScaleSpectrums(image_spect, templ_spect, result_spect, 0, in convolve()
|
/external/opencv3/modules/imgproc/src/ |
D | templmatch.cpp | 124 UMat image_spect, templ_spect, result_spect; member 160 image_spect.create(dft_size.height, dft_size.width / 2 + 1, CV_32FC2); in create() 190 UMat& image_spect = buf.image_spect; in convolve_dft() local 214 dft(image_block, image_spect, 0); in convolve_dft() 216 mulSpectrums(image_spect, templ_spect, result_spect, 0, true); in convolve_dft()
|