Click or drag to resize

KeyPointsFilterRunByImageBorder Method

Remove keypoints within borderPixels of an image edge.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static KeyPoint[] RunByImageBorder(
	IEnumerable<KeyPoint> keypoints,
	Size imageSize,
	int borderSize
)

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint
imageSize
Type: OpenCvSharpSize
borderSize
Type: SystemInt32

Return Value

Type: KeyPoint
See Also