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

  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 421 GpuMat image_spect, templ_spect, result_spect;
454 createContinuous(1, spect_len, CV_32FC2, templ_spect);
496 cufftSafeCall( cufftExecR2C(planR2C, templ_block.ptr<cufftReal>(), templ_spect.ptr<cufftComplex>()) );
512 cuda::mulAndScaleSpectrums(image_spect, templ_spect, result_spect, 0,
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 124 UMat image_spect, templ_spect, result_spect; member in struct:cv::ConvolveBuf
161 templ_spect.create(dft_size.height, dft_size.width / 2 + 1, CV_32FC2);
191 UMat& templ_spect = buf.templ_spect; local
198 dft(templ_block, templ_spect, 0, templ.rows);
216 mulSpectrums(image_spect, templ_spect, result_spect, 0, true);
    [all...]

Completed in 61 milliseconds