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...] |