1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

restored the ordering of SURF constructor parameters (ticket #1704)

This commit is contained in:
Vadim Pisarevsky
2012-03-28 13:07:44 +00:00
parent 8e3f1c09d2
commit f014fb0a0e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ void CV_DetectorsTest::run( int /*start_from*/ )
if (exp.empty())
return;
if (!testDetector(to_test, SurfNoMaskWrap(SURF(1536+512+512, true, false, 2)), exp))
if (!testDetector(to_test, SurfNoMaskWrap(SURF(1536+512+512, 2)), exp))
return;
LoadExpected(string(ts->get_data_path()) + "detectors/star.xml", exp);