Updated sanity checks for some imgproc perf tests

This commit is contained in:
Andrey Kamaev
2012-05-24 15:42:07 +00:00
parent eb28bef2db
commit a33d67f48a
3 changed files with 8 additions and 5 deletions

View File

@@ -33,5 +33,8 @@ PERF_TEST_P(Img_BlockSize_ApertureSize_BorderType, cornerEigenValsAndVecs,
TEST_CYCLE() cornerEigenValsAndVecs(src, dst, blockSize, apertureSize, borderType);
SANITY_CHECK(dst, 2e-5);
Mat l1;
extractChannel(dst, l1, 0);
SANITY_CHECK(l1, 2e-5);
}