Merge pull request #2658 from akarsakov:ipp_hough
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user