phase 1463 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void phase(InputArray x, InputArray y, OutputArray angle, phase 1453 modules/core/misc/java/test/CoreTest.java Core.phase(x, y, dst); phase 1475 modules/core/misc/java/test/CoreTest.java Core.phase(x, y, dst, true); phase 462 modules/core/perf/opencl/perf_arithm.cpp OCL_TEST_CYCLE() cv::phase(src1, src2, dst, 1); phase 23 modules/core/perf/perf_math.cpp TEST_CYCLE_N(200) cv::phase(X, Y, angle, true); phase 1827 modules/core/src/mathfuncs.cpp cv::phase( X, Y, Angle, angle_in_degrees != 0 ); phase 1077 modules/core/test/ocl/test_arithm.cpp OCL_OFF(cv::phase(src1_roi, src2_roi, dst1_roi, true)); phase 1078 modules/core/test/ocl/test_arithm.cpp OCL_ON(cv::phase(usrc1_roi, usrc2_roi, udst1_roi, true)); phase 1089 modules/core/test/ocl/test_arithm.cpp OCL_OFF(cv::phase(src1_roi, src2_roi, dst1_roi)); phase 1090 modules/core/test/ocl/test_arithm.cpp OCL_ON(cv::phase(usrc1_roi, usrc2_roi, udst1_roi)); phase 2406 modules/core/test/test_math.cpp phase(x, y, resInRad, false); phase 2407 modules/core/test/test_math.cpp phase(x, y, resInDeg, true); phase 397 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void phase(InputArray x, InputArray y, OutputArray angle, bool angleInDegrees = false, Stream& stream = Stream::Null()); phase 1367 modules/cudaarithm/perf/perf_element_operations.cpp TEST_CYCLE() cv::cuda::phase(d_src1, d_src2, dst, angleInDegrees); phase 1375 modules/cudaarithm/perf/perf_element_operations.cpp TEST_CYCLE() cv::phase(src1, src2, dst, angleInDegrees); phase 2693 modules/cudaarithm/test/test_element_operations.cpp cv::cuda::phase(loadMat(x, useRoi), loadMat(y, useRoi), dst, angleInDegrees); phase 2696 modules/cudaarithm/test/test_element_operations.cpp cv::phase(x, y, dst_gold, angleInDegrees);