convolve          827 modules/cudaarithm/include/opencv2/cudaarithm.hpp     virtual void convolve(InputArray image, InputArray templ, OutputArray result, bool ccorr = false, Stream& stream = Stream::Null()) = 0;
convolve          239 modules/cudaarithm/perf/perf_arithm.cpp         TEST_CYCLE() convolution->convolve(d_image, d_templ, dst, ccorr);
convolve          409 modules/cudaarithm/src/arithm.cpp         void convolve(InputArray image, InputArray templ, OutputArray result, bool ccorr = false, Stream& stream = Stream::Null());
convolve          388 modules/cudaarithm/test/test_arithm.cpp     conv->convolve(loadMat(src), loadMat(kernel), dst, ccorr);
convolve          207 modules/cudaimgproc/src/match_template.cpp             conv_->convolve(image.reshape(1), templ.reshape(1), result, true, _stream);
convolve          211 modules/cudaimgproc/src/match_template.cpp             conv_->convolve(image.reshape(1), templ.reshape(1), result_, true, _stream);