1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #111 from taka-no-me/algorithm/addParam-short

This commit is contained in:
Andrey Kamaev
2012-10-31 16:57:06 +04:00
5 changed files with 27 additions and 7 deletions
+1
View File
@@ -31,6 +31,7 @@ PERF_TEST_P(fast, detect, testing::Combine(
declare.in(frame);
Ptr<FeatureDetector> fd = Algorithm::create<FeatureDetector>("Feature2D.FASTX");
ASSERT_FALSE( fd == 0 );
fd->set("threshold", 20);
fd->set("nonmaxSuppression", true);
fd->set("type", type);