Click or drag to resize

KeyPointsFilterRunByImageBorder Method

Remove keypoints within borderPixels of an image edge.

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

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByImageBorder(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},OpenCvSharp.Size,System.Int32)"]

imageSize
Type: OpenCvSharpSize

[Missing <param name="imageSize"/> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByImageBorder(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},OpenCvSharp.Size,System.Int32)"]

borderSize
Type: SystemInt32

[Missing <param name="borderSize"/> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByImageBorder(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},OpenCvSharp.Size,System.Int32)"]

Return Value

Type: KeyPoint

[Missing <returns> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByImageBorder(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},OpenCvSharp.Size,System.Int32)"]

See Also