Normalized file endings.
This commit is contained in:
@@ -37,4 +37,4 @@ PERF_TEST_P(Img_BlockSize_ApertureSize_BorderType, cornerEigenValsAndVecs,
|
||||
extractChannel(dst, l1, 0);
|
||||
|
||||
SANITY_CHECK(l1, 2e-5);
|
||||
}
|
||||
}
|
||||
|
@@ -36,4 +36,4 @@ PERF_TEST_P(Img_BlockSize_ApertureSize_k_BorderType, cornerHarris,
|
||||
TEST_CYCLE() cornerHarris(src, dst, blockSize, apertureSize, k, borderType);
|
||||
|
||||
SANITY_CHECK(dst, 2e-5);
|
||||
}
|
||||
}
|
||||
|
@@ -72,5 +72,3 @@ PERF_TEST_P( Image_KernelSize, GaborFilter2d,
|
||||
|
||||
SANITY_CHECK(filteredImage, 1e-3);
|
||||
}
|
||||
|
||||
|
||||
|
@@ -221,4 +221,3 @@ PERF_TEST(Transform, getPerspectiveTransform)
|
||||
|
||||
SANITY_CHECK(transformCoefficient, 1e-5);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user