Merge pull request #2658 from akarsakov:ipp_hough

This commit is contained in:
Alexander Alekhin
2014-05-07 17:07:22 +04:00
committed by OpenCV Buildbot
3 changed files with 202 additions and 80 deletions

View File

@@ -37,5 +37,9 @@ PERF_TEST_P(Image_RhoStep_ThetaStep_Threshold, HoughLines,
TEST_CYCLE() HoughLines(image, lines, rhoStep, thetaStep, threshold);
transpose(lines, lines);
#if (0 && defined(HAVE_IPP) && !defined(HAVE_IPP_ICV_ONLY) && IPP_VERSION_X100 >= 801)
SANITY_CHECK_NOTHING();
#else
SANITY_CHECK(lines);
#endif
}