sqrIntegral       708 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void sqrIntegral(InputArray src, OutputArray sqsum, Stream& stream = Stream::Null());
sqrIntegral       506 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() cv::cuda::sqrIntegral(d_src, dst);
sqrIntegral      1109 modules/cudaarithm/test/test_reductions.cpp     cv::cuda::sqrIntegral(loadMat(src, useRoi), dst);
sqrIntegral       290 modules/cudaimgproc/src/match_template.cpp         cuda::sqrIntegral(image.reshape(1), image_sqsums_, stream);
sqrIntegral       360 modules/cudaimgproc/src/match_template.cpp         cuda::sqrIntegral(image.reshape(1), image_sqsums_, stream);
sqrIntegral       398 modules/cudaimgproc/src/match_template.cpp         cuda::sqrIntegral(image.reshape(1), image_sqsums_, stream);
sqrIntegral       528 modules/cudaimgproc/src/match_template.cpp             cuda::sqrIntegral(image, image_sqsums_[0], stream);
sqrIntegral       546 modules/cudaimgproc/src/match_template.cpp                 cuda::sqrIntegral(images_[i], image_sqsums_[i], stream);