Table of Contents

Method RemoveDuplicated

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

RemoveDuplicated(IEnumerable<KeyPoint>)

Remove duplicated keypoints.

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

Parameters

keypoints IEnumerable<KeyPoint>

Returns

KeyPoint[]