Leave AGAST at thresold=10, cosmetic for perf tests.

This commit is contained in:
cbalint13
2015-04-30 02:23:58 +03:00
parent e2f74309f7
commit bbdf21679f
2 changed files with 5 additions and 3 deletions

View File

@@ -445,7 +445,7 @@ public:
THRESHOLD = 10000, NONMAX_SUPPRESSION = 10001,
};
CV_WRAP static Ptr<AgastFeatureDetector> create( int threshold=40,
CV_WRAP static Ptr<AgastFeatureDetector> create( int threshold=10,
bool nonmaxSuppression=true,
int type=AgastFeatureDetector::OAST_9_16 );