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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user