Home | History | Annotate | Download | only in src

Lines Matching refs:image_spect

124     UMat image_spect, templ_spect, result_spect;
160 image_spect.create(dft_size.height, dft_size.width / 2 + 1, CV_32FC2);
190 UMat& image_spect = buf.image_spect;
214 dft(image_block, image_spect, 0);
216 mulSpectrums(image_spect, templ_spect, result_spect, 0, true);