From 0ad9edfbd5add1dda35d7f3ef9617293e11648ef Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Tue, 16 Nov 2010 15:27:40 +0000 Subject: [PATCH] removed unnecessary fix --- modules/features2d/src/surf.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/features2d/src/surf.cpp b/modules/features2d/src/surf.cpp index 87fed9c..e36a86f 100644 --- a/modules/features2d/src/surf.cpp +++ b/modules/features2d/src/surf.cpp @@ -204,10 +204,6 @@ icvInterpolateKeypoint( float N9[3][9], int dx, int dy, int ds, CvSURFPoint *poi point->pt.x += x[0]*dx; point->pt.y += x[1]*dy; point->size = cvRound( point->size + x[2]*ds ); - - // TBD quick fix to be reviewed - if(x[2]*ds/point->size <= 10) - point->size = cvRound( point->size + x[2]*ds ); } } return solve_ok; -- 2.7.4