polarToCart      1422 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void polarToCart(InputArray magnitude, InputArray angle,
polarToCart      1494 modules/core/misc/java/test/CoreTest.java         Core.polarToCart(magnitude, angle, xCoordinate, yCoordinate);
polarToCart      1524 modules/core/misc/java/test/CoreTest.java         Core.polarToCart(magnitude, angle, xCoordinate, yCoordinate, true);
polarToCart       262 modules/core/perf/opencl/perf_arithm.cpp     OCL_TEST_CYCLE() cv::polarToCart(src1, src2, dst1, dst2);
polarToCart      1851 modules/core/src/mathfuncs.cpp     cv::polarToCart( Mag, Angle, X, Y, angle_in_degrees != 0 );
polarToCart       538 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::polarToCart(src1_roi, src2_roi, dst1_roi, dst2_roi, true));
polarToCart       539 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::polarToCart(usrc1_roi, usrc2_roi, udst1_roi, udst2_roi, true));
polarToCart       552 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::polarToCart(src1_roi, src2_roi, dst1_roi, dst2_roi));
polarToCart       553 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::polarToCart(usrc1_roi, usrc2_roi, udst1_roi, udst2_roi));
polarToCart      1078 modules/core/test/test_arithm.cpp         cv::polarToCart(mag, angle, x, y, angleInDegrees);
polarToCart       421 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS void polarToCart(InputArray magnitude, InputArray angle, OutputArray x, OutputArray y, bool angleInDegrees = false, Stream& stream = Stream::Null());
polarToCart      1444 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::cuda::polarToCart(d_magnitude, d_angle, x, y, angleInDegrees);
polarToCart      1454 modules/cudaarithm/perf/perf_element_operations.cpp         TEST_CYCLE() cv::polarToCart(magnitude, angle, x, y, angleInDegrees);
polarToCart      2779 modules/cudaarithm/test/test_element_operations.cpp     cv::cuda::polarToCart(loadMat(magnitude, useRoi), loadMat(angle, useRoi), x, y, angleInDegrees);
polarToCart      2783 modules/cudaarithm/test/test_element_operations.cpp     cv::polarToCart(magnitude, angle, x_gold, y_gold, angleInDegrees);