Table of Contents

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

keypoints IEnumerable<KeyPoint>
imageSize Size
borderSize int

Returns

KeyPoint[]