Commit 0e8bc8c7 authored by Maria Dimashova's avatar Maria Dimashova

changed border type to float

parent c562d791
...@@ -1630,7 +1630,7 @@ protected: ...@@ -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 );
}; };
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment