Table of Contents

Method RetainBest

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

RetainBest(IEnumerable<KeyPoint>, int)

Retain the specified number of the best keypoints (according to the response)

public static KeyPoint[] RetainBest(IEnumerable<KeyPoint> keypoints, int nPoints)

Parameters

keypoints IEnumerable<KeyPoint>
nPoints int

Returns

KeyPoint[]