|
|
|
@ -1038,7 +1038,7 @@ PERF_TEST_P(Image_Type_Border_BlockSz_ApertureSz, ImgProc_CornerHarris, |
|
|
|
|
|
|
|
|
|
TEST_CYCLE() cv::gpu::cornerHarris(d_img, dst, d_Dx, d_Dy, d_buf, blockSize, apertureSize, k, borderMode); |
|
|
|
|
|
|
|
|
|
GPU_SANITY_CHECK(dst); |
|
|
|
|
GPU_SANITY_CHECK(dst, 1e-4); |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
@ -1081,7 +1081,7 @@ PERF_TEST_P(Image_Type_Border_BlockSz_ApertureSz, ImgProc_CornerMinEigenVal, |
|
|
|
|
|
|
|
|
|
TEST_CYCLE() cv::gpu::cornerMinEigenVal(d_img, dst, d_Dx, d_Dy, d_buf, blockSize, apertureSize, borderMode); |
|
|
|
|
|
|
|
|
|
GPU_SANITY_CHECK(dst); |
|
|
|
|
GPU_SANITY_CHECK(dst, 1e-4); |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|