mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
remove the compile warnings
This commit is contained in:
parent
6df23428af
commit
dba2ec0539
@ -30,7 +30,7 @@ PARAM_TEST_CASE(MomentsTestBase, MatType, bool)
|
||||
Mat gpu_dst, cpu_dst;
|
||||
HuMoments(cpu, cpu_dst);
|
||||
HuMoments(gpu, gpu_dst);
|
||||
EXPECT_MAT_NEAR(gpu_dst,cpu_dst, .5, NULL);
|
||||
EXPECT_MAT_NEAR(gpu_dst,cpu_dst, .5, "");
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user