| 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
)
Public Shared Function RemoveDuplicatedSorted (
keypoints As IEnumerable(Of KeyPoint)
) As KeyPoint()
public:
static array<KeyPoint>^ RemoveDuplicatedSorted(
IEnumerable<KeyPoint>^ keypoints
)
static member RemoveDuplicatedSorted :
keypoints : IEnumerable<KeyPoint> -> KeyPoint[]
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