Commit dba2ec05 authored by yao's avatar yao

remove the compile warnings

parent 6df23428
...@@ -30,7 +30,7 @@ PARAM_TEST_CASE(MomentsTestBase, MatType, bool) ...@@ -30,7 +30,7 @@ PARAM_TEST_CASE(MomentsTestBase, MatType, bool)
Mat gpu_dst, cpu_dst; Mat gpu_dst, cpu_dst;
HuMoments(cpu, cpu_dst); HuMoments(cpu, cpu_dst);
HuMoments(gpu, gpu_dst); HuMoments(gpu, gpu_dst);
EXPECT_MAT_NEAR(gpu_dst,cpu_dst, .5, NULL); EXPECT_MAT_NEAR(gpu_dst,cpu_dst, .5, "");
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment