Click or drag to resize

KeyPointsFilterRemoveDuplicated Method

Remove duplicated keypoints.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static KeyPoint[] RemoveDuplicated(
	IEnumerable<KeyPoint> keypoints
)

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint

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

Return Value

Type: KeyPoint

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

See Also