Method RunByImageBorder
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RunByImageBorder(IEnumerable<KeyPoint>, Size, int)
Remove keypoints within borderPixels of an image edge.
public static KeyPoint[] RunByImageBorder(IEnumerable<KeyPoint> keypoints, Size imageSize, int borderSize)
Parameters
keypointsIEnumerable<KeyPoint>imageSizeSizeborderSizeint
Returns
- KeyPoint[]