converted houghlines to C++

This commit is contained in:
Vadim Pisarevsky
2013-02-12 23:16:06 +04:00
parent 7f8c925319
commit 944588e732
4 changed files with 214 additions and 659 deletions

View File

@@ -36,5 +36,6 @@ PERF_TEST_P(Image_RhoStep_ThetaStep_Threshold, HoughLines,
TEST_CYCLE() HoughLines(image, lines, rhoStep, thetaStep, threshold);
transpose(lines, lines);
SANITY_CHECK(lines);
}