This commit is contained in:
Maria Dimashova
2011-04-29 14:37:02 +00:00
parent 2806db93d8
commit 34a18f79e1
2 changed files with 11 additions and 16 deletions

View File

@@ -1630,7 +1630,7 @@ protected:
* Remove keypoints within borderPixels of an image edge.
*/
static void removeBorderKeypoints( vector<KeyPoint>& keypoints,
Size imageSize, float borderSize );
Size imageSize, int borderSize );
};
/*