1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00
This commit is contained in:
Maria Dimashova
2010-06-24 08:18:29 +00:00
parent 4eda856cd5
commit 4a05af684f
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ FeatureDetector* createDetector( const string& detectorType )
}
else if( !detectorType.compare( "SURF" ) )
{
fd = new SurfFeatureDetector( 100./*hessian_threshold*/, 3 /*octaves*/, 4/*octave_layers*/ );
fd = new SurfFeatureDetector( 400./*hessian_threshold*/, 3 /*octaves*/, 4/*octave_layers*/ );
}
else if( !detectorType.compare( "MSER" ) )
{