magnitudeSqr 365 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void magnitudeSqr(InputArray xy, OutputArray magnitude, Stream& stream = Stream::Null()); magnitudeSqr 385 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void magnitudeSqr(InputArray x, InputArray y, OutputArray magnitude, Stream& stream = Stream::Null()); magnitudeSqr 1269 modules/cudaarithm/perf/perf_element_operations.cpp TEST_CYCLE() cv::cuda::magnitudeSqr(d_src, dst); magnitudeSqr 1333 modules/cudaarithm/perf/perf_element_operations.cpp TEST_CYCLE() cv::cuda::magnitudeSqr(d_src1, d_src2, dst); magnitudeSqr 2616 modules/cudaarithm/test/test_element_operations.cpp cv::cuda::magnitudeSqr(loadMat(src, useRoi), dst); magnitudeSqr 2647 modules/cudaarithm/test/test_element_operations.cpp cv::cuda::magnitudeSqr(loadMat(x, useRoi), loadMat(y, useRoi), dst);