changed border type to float

pull/13383/head
Maria Dimashova 14 years ago
parent c562d79121
commit 0e8bc8c71b
  1. 2
      modules/features2d/include/opencv2/features2d/features2d.hpp

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

Loading…
Cancel
Save