changed border type to float

This commit is contained in:
Maria Dimashova 2011-01-31 17:10:47 +00:00
parent c562d79121
commit 0e8bc8c71b

View File

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