From 1592234f1a54a1cc8ce0040f0b29b0b6ba9055c3 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Mon, 6 Jan 2014 00:12:13 +0400 Subject: [PATCH] added mask support to cv::norm, cv::meanStdDev --- modules/core/test/ocl/test_arithm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/test/ocl/test_arithm.cpp b/modules/core/test/ocl/test_arithm.cpp index 9d5fcf335..a2165d256 100644 --- a/modules/core/test/ocl/test_arithm.cpp +++ b/modules/core/test/ocl/test_arithm.cpp @@ -1011,6 +1011,7 @@ OCL_TEST_P(Phase, angleInDegree) } } + OCL_TEST_P(Phase, angleInRadians) { for (int j = 0; j < test_loop_times; j++)