changed border type to float
authorMaria Dimashova <no@email>
Mon, 31 Jan 2011 17:10:47 +0000 (17:10 +0000)
committerMaria Dimashova <no@email>
Mon, 31 Jan 2011 17:10:47 +0000 (17:10 +0000)
modules/features2d/include/opencv2/features2d/features2d.hpp

index 6034cd0..ee9362f 100644 (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 );
 };
 
 /*