HomeSort by relevance Sort by last modified time
    Searched full:convolve_dft (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/imgproc/src/
templmatch.cpp 169 static bool convolve_dft(InputArray _image, InputArray _templ, OutputArray _result) function in namespace:cv
240 return(convolve_dft(_image, _templ, _result));
246 bool ok = convolve_dft(image.reshape(1), templ.reshape(1), result_);
    [all...]

Completed in 567 milliseconds