mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
changed border type to float
This commit is contained in:
parent
c562d79121
commit
0e8bc8c71b
@ -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…
Reference in New Issue
Block a user