Click or drag to resize

KeyPointsFilterRemoveDuplicated Method

Remove duplicated keypoints.

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

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint

Return Value

Type: KeyPoint
See Also