mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
removed unnecessary fix
This commit is contained in:
parent
edff674105
commit
0ad9edfbd5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user