From 0e8bc8c71bbe16f4855e0e9a7dbf05214c2b3790 Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Mon, 31 Jan 2011 17:10:47 +0000 Subject: [PATCH] changed border type to float --- modules/features2d/include/opencv2/features2d/features2d.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/include/opencv2/features2d/features2d.hpp b/modules/features2d/include/opencv2/features2d/features2d.hpp index 6034cd0444..ee9362f1ed 100644 --- a/modules/features2d/include/opencv2/features2d/features2d.hpp +++ b/modules/features2d/include/opencv2/features2d/features2d.hpp @@ -1630,7 +1630,7 @@ protected: * Remove keypoints within borderPixels of an image edge. */ static void removeBorderKeypoints( vector& keypoints, - Size imageSize, int borderSize ); + Size imageSize, float borderSize ); }; /*