1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

changed border type to float

This commit is contained in:
Maria Dimashova
2011-01-31 17:10:47 +00:00
parent c562d79121
commit 0e8bc8c71b
@@ -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 );
};
/*