Table of Contents

Method RemoveDuplicatedSorted

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

RemoveDuplicatedSorted(IEnumerable<KeyPoint>)

Remove duplicated keypoints and sort the remaining keypoints

public static KeyPoint[] RemoveDuplicatedSorted(IEnumerable<KeyPoint> keypoints)

Parameters

keypoints IEnumerable<KeyPoint>

Returns

KeyPoint[]