| KeyPointsFilterRemoveDuplicated Method |
Remove duplicated keypoints.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static KeyPoint[] RemoveDuplicated(
IEnumerable<KeyPoint> keypoints
)
Public Shared Function RemoveDuplicated (
keypoints As IEnumerable(Of KeyPoint)
) As KeyPoint()
public:
static array<KeyPoint>^ RemoveDuplicated(
IEnumerable<KeyPoint>^ keypoints
)
static member RemoveDuplicated :
keypoints : IEnumerable<KeyPoint> -> KeyPoint[]
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