Click or drag to resize

KeyPointsFilterRemoveDuplicatedSorted Method

Remove duplicated keypoints and sort the remaining keypoints

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

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint

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

Return Value

Type: KeyPoint

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

See Also